summaryrefslogtreecommitdiff
path: root/test/files/run/reify_newimpl_22.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_newimpl_22.check')
-rw-r--r--test/files/run/reify_newimpl_22.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/run/reify_newimpl_22.check b/test/files/run/reify_newimpl_22.check
index 952f384a1c..24334df92c 100644
--- a/test/files/run/reify_newimpl_22.check
+++ b/test/files/run/reify_newimpl_22.check
@@ -17,9 +17,9 @@ scala> {
}
println(code.eval)
}
-<console>:15: free term: Ident(TermName("x")) defined by res0 in <console>:14:21
- val code = reify {
- ^
+<console>:18: free term: Ident(TermName("x")) defined by res0 in <console>:17:14
+ val code = reify {
+ ^
2
scala> :quit