summaryrefslogtreecommitdiff
path: root/test/files/neg/bug409.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-04-13 12:07:34 +0000
committermichelou <michelou@epfl.ch>2007-04-13 12:07:34 +0000
commit62cb8572fa5775def3cafee568cfe39b16fc4f94 (patch)
treeb99d4b2e9f14e059aa0ce1867bacbe6219794a26 /test/files/neg/bug409.check
parenta4bc6dfce1ca6147c1df6e826c106dedf9659fdc (diff)
downloadscala-62cb8572fa5775def3cafee568cfe39b16fc4f94.tar.gz
scala-62cb8572fa5775def3cafee568cfe39b16fc4f94.tar.bz2
scala-62cb8572fa5775def3cafee568cfe39b16fc4f94.zip
updated check files
Diffstat (limited to 'test/files/neg/bug409.check')
-rw-r--r--test/files/neg/bug409.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug409.check b/test/files/neg/bug409.check
index 7944c63bb8..52327d54a5 100644
--- a/test/files/neg/bug409.check
+++ b/test/files/neg/bug409.check
@@ -1,4 +1,4 @@
-bug409.scala:6: error: `{' expected
+bug409.scala:6: error: ';' expected but '(' found.
class Toto extends Expr with Case1(12);
^
one error found