summaryrefslogtreecommitdiff
path: root/test/files/neg/bug700.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug700.check')
-rw-r--r--test/files/neg/bug700.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug700.check b/test/files/neg/bug700.check
index fb3fbb5e1b..7555c491e1 100644
--- a/test/files/neg/bug700.check
+++ b/test/files/neg/bug700.check
@@ -1,4 +1,4 @@
-bug700.scala:6 error: method foobar in trait Bar is accessed from super. It may not be abstract unless it is overridden by a member declared `abstract' and `override'
+bug700.scala:6 error: method foobar in trait Foo is accessed from super. It may not be abstract unless it is overridden by a member declared `abstract' and `override'
def foobar: unit = super.foobar
^
one error found