summaryrefslogtreecommitdiff
path: root/test/files/neg/t409.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t409.check')
-rw-r--r--test/files/neg/t409.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t409.check b/test/files/neg/t409.check
index 0edc0d03cd..433d64d25d 100644
--- a/test/files/neg/t409.check
+++ b/test/files/neg/t409.check
@@ -1,4 +1,4 @@
-t409.scala:6: error: class Case1 needs to be a trait to be mixed in
+t409.scala:6: error: traits or objects may not have parameters
class Toto extends Expr with Case1(12);
- ^
+ ^
one error found