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