summaryrefslogtreecommitdiff
path: root/test/files/neg/bug667.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug667.check')
-rw-r--r--test/files/neg/bug667.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug667.check b/test/files/neg/bug667.check
index 11daa182ef..704e3178ff 100644
--- a/test/files/neg/bug667.check
+++ b/test/files/neg/bug667.check
@@ -1,4 +1,4 @@
-bug667.scala:8 error: class Ni inherits itself
+bug667.scala:8: error: class Ni inherits itself
class Ni extends super.Ni with Ni;
^
one error found