summaryrefslogtreecommitdiff
path: root/test/pending/neg
diff options
context:
space:
mode:
authorBurak Emir <emir@epfl.ch>2007-01-08 14:04:14 +0000
committerBurak Emir <emir@epfl.ch>2007-01-08 14:04:14 +0000
commit114aeb462294aaf9f29b80affc5a6b6d1e9c1fd5 (patch)
treeec2af3cd8a8474170b25fbb0c9dc7117edaa7234 /test/pending/neg
parent210fdccbfb6d7d367360300abc2fa9aaa1cb6acc (diff)
downloadscala-114aeb462294aaf9f29b80affc5a6b6d1e9c1fd5.tar.gz
scala-114aeb462294aaf9f29b80affc5a6b6d1e9c1fd5.tar.bz2
scala-114aeb462294aaf9f29b80affc5a6b6d1e9c1fd5.zip
added colon to check files in pending
Diffstat (limited to 'test/pending/neg')
-rw-r--r--test/pending/neg/bug432.check2
-rw-r--r--test/pending/neg/bug452.check2
-rw-r--r--test/pending/neg/bug555.check2
-rw-r--r--test/pending/neg/bug556.check2
-rw-r--r--test/pending/neg/bug558.check2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/pending/neg/bug432.check b/test/pending/neg/bug432.check
index e6fbd29579..54d4bd7817 100644
--- a/test/pending/neg/bug432.check
+++ b/test/pending/neg/bug432.check
@@ -1,4 +1,4 @@
-bug432.scala:2 error: Tata is already defined as case class Tata
+bug432.scala:2: error: Tata is already defined as case class Tata
object Tata
^
one error found
diff --git a/test/pending/neg/bug452.check b/test/pending/neg/bug452.check
index de484ef44b..308ec18bd4 100644
--- a/test/pending/neg/bug452.check
+++ b/test/pending/neg/bug452.check
@@ -1,4 +1,4 @@
-bug452.scala:3 error: type mismatch;
+bug452.scala:3: error: type mismatch;
found : Test
required: Test.this.Foo
def this() = this(this);
diff --git a/test/pending/neg/bug555.check b/test/pending/neg/bug555.check
index 5bd0833217..e72714d36c 100644
--- a/test/pending/neg/bug555.check
+++ b/test/pending/neg/bug555.check
@@ -1,4 +1,4 @@
-bug555.scala:4 error: block must end in result expression, not in definition
+bug555.scala:4: error: block must end in result expression, not in definition
}
^
one error found
diff --git a/test/pending/neg/bug556.check b/test/pending/neg/bug556.check
index 39d9f50f85..26aa2f1129 100644
--- a/test/pending/neg/bug556.check
+++ b/test/pending/neg/bug556.check
@@ -1,4 +1,4 @@
-bug556.scala:3 error: wrong number of parameters; expected = 1
+bug556.scala:3: error: wrong number of parameters; expected = 1
def g:Int = f((x,y)=>x)
^
one error found
diff --git a/test/pending/neg/bug558.check b/test/pending/neg/bug558.check
index 6587939731..a51856f0e6 100644
--- a/test/pending/neg/bug558.check
+++ b/test/pending/neg/bug558.check
@@ -1,4 +1,4 @@
-bug558.scala:13 error: value file is not a member of NewModel.this.RootURL
+bug558.scala:13: error: value file is not a member of NewModel.this.RootURL
final val source = top.file;
^
one error found