summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-repl-elementary.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reflection-repl-elementary.check')
-rw-r--r--test/files/run/reflection-repl-elementary.check2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/run/reflection-repl-elementary.check b/test/files/run/reflection-repl-elementary.check
index d9133f7e3e..4a223e8a24 100644
--- a/test/files/run/reflection-repl-elementary.check
+++ b/test/files/run/reflection-repl-elementary.check
@@ -1,8 +1,6 @@
Type in expressions to have them evaluated.
Type :help for more information.
-scala>
-
scala> scala.reflect.runtime.universe.typeOf[List[Nothing]]
res0: reflect.runtime.universe.Type = scala.List[Nothing]