summaryrefslogtreecommitdiff
path: root/test/files/neg/t3222.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3222.check')
-rw-r--r--test/files/neg/t3222.check14
1 files changed, 4 insertions, 10 deletions
diff --git a/test/files/neg/t3222.check b/test/files/neg/t3222.check
index 6170827cc9..e724024f45 100644
--- a/test/files/neg/t3222.check
+++ b/test/files/neg/t3222.check
@@ -1,13 +1,7 @@
-t3222.scala:1: error: not found: type B
-@throws(classOf[B])
- ^
t3222.scala:4: error: not found: type D
def foo(@throws(classOf[D]) x: Int) {}
^
-t3222.scala:3: error: not found: type C
- @throws(classOf[C])
- ^
-t3222.scala:6: error: not found: type E
- @throws(classOf[E])
- ^
-four errors found
+t3222.scala:1: error: not found: type B
+@throws(classOf[B])
+ ^
+two errors found