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 e948c9fd61..2a7f5d90fe 100644
--- a/test/files/run/reflection-repl-elementary.check
+++ b/test/files/run/reflection-repl-elementary.check
@@ -1,5 +1,3 @@
-Type in expressions to have them evaluated.
-Type :help for more information.
scala> scala.reflect.runtime.universe.typeOf[List[Nothing]]
res0: reflect.runtime.universe.Type = scala.List[Nothing]