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 1356d509d3..f60113c69f 100644
--- a/test/files/run/reify_newimpl_23.check
+++ b/test/files/run/reify_newimpl_23.check
@@ -14,7 +14,7 @@ scala> def foo[T]{
}
println(code.eval)
}
-<console>:16: free type: Ident(TypeName("T")) defined by foo in <console>:15:16
+<console>:17: free type: Ident(TypeName("T")) defined by foo in <console>:16:16
val code = reify {
^
foo: [T]=> Unit