summaryrefslogtreecommitdiff
path: root/test/files/neg/t5666.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-16 04:30:00 +0100
committerPaul Phillips <paulp@improving.org>2012-04-16 04:30:00 +0100
commite1ca95228a21ddc37f2d71c483b2d578ffbde956 (patch)
tree8373fa73180e0ea574b640bc866a8b4a4cf29ba8 /test/files/neg/t5666.check
parent686adb12981b81290145b5fbf7462a710eb83ad3 (diff)
downloadscala-e1ca95228a21ddc37f2d71c483b2d578ffbde956.tar.gz
scala-e1ca95228a21ddc37f2d71c483b2d578ffbde956.tar.bz2
scala-e1ca95228a21ddc37f2d71c483b2d578ffbde956.zip
One more checkfile update.
Diffstat (limited to 'test/files/neg/t5666.check')
-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