summaryrefslogtreecommitdiff
path: root/test/files/run/reify_newimpl_26.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_newimpl_26.check')
-rw-r--r--test/files/run/reify_newimpl_26.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reify_newimpl_26.check b/test/files/run/reify_newimpl_26.check
index 347f6365aa..d3e2540de0 100644
--- a/test/files/run/reify_newimpl_26.check
+++ b/test/files/run/reify_newimpl_26.check
@@ -8,7 +8,7 @@ scala> def foo[T]{
val tt = implicitly[WeakTypeTag[List[T]]]
println(tt)
}
-<console>:9: free type: Ident(newTypeName("T")) defined by foo in <console>:7:16
+<console>:9: free type: Ident(TypeName("T")) defined by foo in <console>:7:16
val tt = implicitly[WeakTypeTag[List[T]]]
^
foo: [T]=> Unit