aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-02-28 08:21:53 +0000
committerwisberg <wisberg>2003-02-28 08:21:53 +0000
commit6e6e48e258a7c35cc82ba1a96fe3bafb994d70c4 (patch)
tree7af1dc347c305b7c920756c2a631b816f290bc5f /tests/ajcTestsFailing.xml
parent95bac1813803c0b268fe8a93960bfe34df7c15de (diff)
downloadaspectj-6e6e48e258a7c35cc82ba1a96fe3bafb994d70c4.tar.gz
aspectj-6e6e48e258a7c35cc82ba1a96fe3bafb994d70c4.zip
@testcase no such constructor for proceed argument (error) V_1_1_b5
(compiler throwing NPE)
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 9fb315fa5..cec2b7a68 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -52,4 +52,11 @@
</compile>
</ajc-test>
+ <ajc-test dir="binding"
+ title="no such constructor for proceed argument (error)">
+ <compile files="UnfoundConstructor.java">
+ <message kind="error" line="25"/>
+ </compile>
+ </ajc-test>
+
</suite>