summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/run/interpreter.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/interpreter.check b/test/files/run/interpreter.check
index eed38d2b65..f81a1bea52 100644
--- a/test/files/run/interpreter.check
+++ b/test/files/run/interpreter.check
@@ -22,7 +22,7 @@ scala> four: anotherint = 4
scala> <console>:5: error: type mismatch;
found : java.lang.String("hello")
- required: $iw.$iw.anotherint
+ required: anotherint
val bogus: anotherint = "hello"
^