Refactor REPL tests: use empty line instead of "null"

This commit is contained in:
Alexander Udalov
2014-07-27 21:17:40 +02:00
parent 44246349a5
commit c6dfa866cd
12 changed files with 1 additions and 17 deletions
-1
View File
@@ -2,6 +2,5 @@
ERROR: /line1.kts: (1, 1) Expecting an element
ERROR: /line1.kts: (1, 3) Expecting an expression
>>> fun foo() = 98
null
>>> foo()
98