summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-03-17 09:31:44 +0000
committermichelou <michelou@epfl.ch>2006-03-17 09:31:44 +0000
commit42aa095ac47ad0490f2c743b3e93945166ac00c8 (patch)
treeec13da25c98e39a424b275c52fcc8dbbada4441d /test
parentbfbe346421fd4744cbd430dc718bf76a17c02d18 (diff)
downloadscala-42aa095ac47ad0490f2c743b3e93945166ac00c8.tar.gz
scala-42aa095ac47ad0490f2c743b3e93945166ac00c8.tar.bz2
scala-42aa095ac47ad0490f2c743b3e93945166ac00c8.zip
chanded eol encoding in files/neg/bug545.*
Diffstat (limited to 'test')
-rw-r--r--test/files/neg/bug545.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug545.check b/test/files/neg/bug545.check
index e87cc1a817..c969bcbb40 100644
--- a/test/files/neg/bug545.check
+++ b/test/files/neg/bug545.check
@@ -1,7 +1,7 @@
bug545.scala:4 error: value blah is not a member of Test.this.Foo
- val x = foo.blah match {
+ val x = foo.blah match {
^
bug545.scala:5 error: recursive value x needs type
- case List(x) => x
+ case List(x) => x
^
two errors found