summaryrefslogtreecommitdiff
path: root/test/files/neg/t1286.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t1286.check')
-rw-r--r--test/files/neg/t1286.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/files/neg/t1286.check b/test/files/neg/t1286.check
index c937fb9cf1..912709613c 100644
--- a/test/files/neg/t1286.check
+++ b/test/files/neg/t1286.check
@@ -1,9 +1,5 @@
-a.scala:1: error: Companions 'object Foo' and 'trait Foo' must be defined in same file:
- Found in t1286/b.scala and t1286/a.scala
-trait Foo {
- ^
b.scala:1: error: Companions 'trait Foo' and 'object Foo' must be defined in same file:
Found in t1286/a.scala and t1286/b.scala
object Foo extends Foo {
^
-two errors found
+one error found