summaryrefslogtreecommitdiff
path: root/test/files/run/constrained-types.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-02-21 05:01:55 +0000
committerPaul Phillips <paulp@improving.org>2010-02-21 05:01:55 +0000
commit18aa7f0c8075ed543c108d99eeb10a974c3d0296 (patch)
tree0604200b3470410cdeaf75c2bc2751d7c189e669 /test/files/run/constrained-types.check
parent3bc73c1e1a02dc225f8723591e6d4427172478be (diff)
downloadscala-18aa7f0c8075ed543c108d99eeb10a974c3d0296.tar.gz
scala-18aa7f0c8075ed543c108d99eeb10a974c3d0296.tar.bz2
scala-18aa7f0c8075ed543c108d99eeb10a974c3d0296.zip
Some repl cleanups and debugging conveniences.
Diffstat (limited to 'test/files/run/constrained-types.check')
-rw-r--r--test/files/run/constrained-types.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/constrained-types.check b/test/files/run/constrained-types.check
index f18ff6e3c9..cc00a7c46b 100644
--- a/test/files/run/constrained-types.check
+++ b/test/files/run/constrained-types.check
@@ -121,7 +121,7 @@ y: java.lang.String = hello
-----
val x = 3 : Int @Annot(e+f+g+h) //should have a graceful error message
-<console>:5: error: not found: value e
+<console>:6: error: not found: value e
val x = 3 : Int @Annot(e+f+g+h) //should have a graceful error message
^