summaryrefslogtreecommitdiff
path: root/test/files/neg/badtok-2.check
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-03-16 12:05:54 +0000
committerLex Spoon <lex@lexspoon.org>2007-03-16 12:05:54 +0000
commite3cba876b84b9a51bb8e50f74a8b6186bfc62b3d (patch)
treef11b9814f55c186c5b7b83ad9b00d4a002f1bf1b /test/files/neg/badtok-2.check
parent5b99970b2720affc8e744499a0d64b02619e926a (diff)
downloadscala-e3cba876b84b9a51bb8e50f74a8b6186bfc62b3d.tar.gz
scala-e3cba876b84b9a51bb8e50f74a8b6186bfc62b3d.tar.bz2
scala-e3cba876b84b9a51bb8e50f74a8b6186bfc62b3d.zip
Diffstat (limited to 'test/files/neg/badtok-2.check')
-rw-r--r--test/files/neg/badtok-2.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/neg/badtok-2.check b/test/files/neg/badtok-2.check
new file mode 100644
index 0000000000..4b142c37a1
--- /dev/null
+++ b/test/files/neg/badtok-2.check
@@ -0,0 +1,10 @@
+badtok-2.scala:3: error: unclosed quoted identifier
+`x
+ ^
+badtok-2.scala:3: error: illegal start of definition
+`x
+^
+badtok-2.scala:3: error: '}' expected but eof found.
+`x
+ ^
+three errors found