summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/neg/saito.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/saito.check b/test/files/neg/saito.check
index 142ed903cc..51964e6fd4 100644
--- a/test/files/neg/saito.check
+++ b/test/files/neg/saito.check
@@ -1,4 +1,4 @@
-saito.scala:10: error: class A cannot be instantiated because it does not conform to its self-type B
+saito.scala:10: error: class A cannot be instantiated because it does not conform to its self-type B with A
val a: A = new A; // should not be allowed
^
one error found