summaryrefslogtreecommitdiff
path: root/test/files/run/reify_newimpl_35.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_newimpl_35.check')
-rw-r--r--test/files/run/reify_newimpl_35.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reify_newimpl_35.check b/test/files/run/reify_newimpl_35.check
index 5545e6e005..52aaa171e0 100644
--- a/test/files/run/reify_newimpl_35.check
+++ b/test/files/run/reify_newimpl_35.check
@@ -10,7 +10,7 @@ scala> def foo[T: TypeTag] = reify{List[T]()}
foo: [T](implicit evidence$1: reflect.runtime.universe.TypeTag[T])reflect.runtime.universe.Expr[List[T]]
scala> println(foo)
-Expr[List[Nothing]](immutable.this.Nil)
+Expr[List[Nothing]](Nil)
scala>