[test] Fix testData for AbstractReplInterpreterTest
This commit is contained in:
committed by
Pavel V. Talanov
parent
9bf0c8453d
commit
ac6a9d95af
@@ -1,6 +1,5 @@
|
||||
>>> throw Exception("hi there")
|
||||
java.lang.Exception: hi there
|
||||
at Line1.<init>(Unknown Source)
|
||||
>>> fun foo() = 2
|
||||
>>> foo()
|
||||
2
|
||||
@@ -8,4 +7,3 @@ java.lang.Exception: hi there
|
||||
>>> bar()
|
||||
java.lang.AssertionError
|
||||
at Line4.bar(Unknown Source)
|
||||
at Line5.<init>(Unknown Source)
|
||||
|
||||
Reference in New Issue
Block a user