summaryrefslogtreecommitdiff
path: root/test/files/neg/t5666.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-15 10:41:47 +0100
committerPaul Phillips <paulp@improving.org>2012-04-15 10:41:47 +0100
commit364dd41c3e0e33afe6c3ec6e0c04f1d345c4b6ca (patch)
tree683eca0d63258f4047ddc6614566aa8a52660218 /test/files/neg/t5666.check
parent5e29fec2d3f571757f79f21ce37f993520260850 (diff)
downloadscala-364dd41c3e0e33afe6c3ec6e0c04f1d345c4b6ca.tar.gz
scala-364dd41c3e0e33afe6c3ec6e0c04f1d345c4b6ca.tar.bz2
scala-364dd41c3e0e33afe6c3ec6e0c04f1d345c4b6ca.zip
Fix for test checkfile.
Diffstat (limited to 'test/files/neg/t5666.check')
-rw-r--r--test/files/neg/t5666.check31
1 files changed, 2 insertions, 29 deletions
diff --git a/test/files/neg/t5666.check b/test/files/neg/t5666.check
index 1be51d0138..cc31390dc7 100644
--- a/test/files/neg/t5666.check
+++ b/test/files/neg/t5666.check
@@ -1,37 +1,10 @@
t5666.scala:2: error: class Any is abstract; cannot be instantiated
new Any
^
-t5666.scala:3: error: trait AnyVal is abstract; cannot be instantiated
+t5666.scala:3: error: class AnyVal is abstract; cannot be instantiated
new AnyVal
^
-t5666.scala:4: error: Double does not have a constructor
- new Double
- ^
-t5666.scala:5: error: Float does not have a constructor
- new Float
- ^
-t5666.scala:6: error: Long does not have a constructor
- new Long
- ^
-t5666.scala:7: error: Int does not have a constructor
- new Int
- ^
-t5666.scala:8: error: Char does not have a constructor
- new Char
- ^
-t5666.scala:9: error: Short does not have a constructor
- new Short
- ^
-t5666.scala:10: error: Byte does not have a constructor
- new Byte
- ^
-t5666.scala:11: error: Boolean does not have a constructor
- new Boolean
- ^
-t5666.scala:12: error: Unit does not have a constructor
- new Unit
- ^
t5666.scala:13: error: trait Nothing is abstract; cannot be instantiated
new Nothing
^
-12 errors found
+three errors found