summaryrefslogtreecommitdiff
path: root/test/files/run/reify_newimpl_23.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_newimpl_23.check')
-rw-r--r--test/files/run/reify_newimpl_23.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reify_newimpl_23.check b/test/files/run/reify_newimpl_23.check
index b7e9bfdfbc..f8379958db 100644
--- a/test/files/run/reify_newimpl_23.check
+++ b/test/files/run/reify_newimpl_23.check
@@ -16,7 +16,7 @@ scala> def foo[T]{
}
println(code.eval)
}
-<console>:13: free type: Ident(TypeName("T")) defined by foo in <console>:12:16
+<console>:16: free type: Ident(TypeName("T")) defined by foo in <console>:15:16
val code = reify {
^
foo: [T]=> Unit