summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/neg/t5666.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5666.check b/test/files/neg/t5666.check
index cc31390dc7..2b8b9077bb 100644
--- a/test/files/neg/t5666.check
+++ b/test/files/neg/t5666.check
@@ -4,7 +4,7 @@ t5666.scala:2: error: class Any is abstract; cannot be instantiated
t5666.scala:3: error: class AnyVal is abstract; cannot be instantiated
new AnyVal
^
-t5666.scala:13: error: trait Nothing is abstract; cannot be instantiated
+t5666.scala:13: error: class Nothing is abstract; cannot be instantiated
new Nothing
^
three errors found