summaryrefslogtreecommitdiff
path: root/test/files/neg/t278.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t278.check')
-rw-r--r--test/files/neg/t278.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t278.check b/test/files/neg/t278.check
index 675ef910ee..0c2dfeb67a 100644
--- a/test/files/neg/t278.check
+++ b/test/files/neg/t278.check
@@ -4,7 +4,7 @@ t278.scala:5: error: overloaded method value a with alternatives:
does not take type parameters
println(a[A])
^
-t278.scala:4: error: method a is defined twice
+t278.scala:4: error: method a is defined twice in t278.scala
def a = (p:A) => ()
^
two errors found