summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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