summaryrefslogtreecommitdiff
path: root/test/files/neg/t4749.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4749.check')
-rw-r--r--test/files/neg/t4749.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t4749.check b/test/files/neg/t4749.check
index 34eed6e433..63d5c21532 100644
--- a/test/files/neg/t4749.check
+++ b/test/files/neg/t4749.check
@@ -18,7 +18,7 @@ t4749.scala:16: warning: Fail4 has a main method with parameter type Array[Strin
t4749.scala:21: warning: Fail5 has a main method with parameter type Array[String], but bippy.Fail5 will not be a runnable program.
Reason: companion contains its own main method, which means no static forwarder can be generated.
- object Fail5 extends Fail5 { }
+ object Fail5 extends Fail5 { }
^
t4749.scala:26: warning: Fail6 has a main method with parameter type Array[String], but bippy.Fail6 will not be a runnable program.
Reason: companion contains its own main method (implementation restriction: no main is allowed, regardless of signature), which means no static forwarder can be generated.