diff options
author | wisberg <wisberg> | 2003-02-28 08:21:53 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-02-28 08:21:53 +0000 |
commit | 6e6e48e258a7c35cc82ba1a96fe3bafb994d70c4 (patch) | |
tree | 7af1dc347c305b7c920756c2a631b816f290bc5f /tests/ajcTestsFailing.xml | |
parent | 95bac1813803c0b268fe8a93960bfe34df7c15de (diff) | |
download | aspectj-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.xml | 7 |
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> |