summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1286.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug1286.check')
-rw-r--r--test/files/neg/bug1286.check9
1 files changed, 7 insertions, 2 deletions
diff --git a/test/files/neg/bug1286.check b/test/files/neg/bug1286.check
index 9bf63252cc..734964e9cf 100644
--- a/test/files/neg/bug1286.check
+++ b/test/files/neg/bug1286.check
@@ -1,2 +1,7 @@
-error: fatal error: Companions 'object Foo' and 'trait Foo' must be defined in same file.
-one error found
+a.scala:1: error: Companions 'object Foo' and 'trait Foo' must be defined in same file
+trait Foo {
+ ^
+b.scala:1: error: Companions 'trait Foo' and 'object Foo' must be defined in same file
+object Foo extends Foo {
+ ^
+two errors found