aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t5031b.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t5031b.check')
-rw-r--r--tests/untried/neg/t5031b.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/untried/neg/t5031b.check b/tests/untried/neg/t5031b.check
new file mode 100644
index 000000000..3bc2284a4
--- /dev/null
+++ b/tests/untried/neg/t5031b.check
@@ -0,0 +1,5 @@
+b.scala:3: error: Companions 'class Bippy' and 'object Bippy' must be defined in same file:
+ Found in t5031b/a.scala and t5031b/b.scala
+object Bippy
+ ^
+one error found