diff options
author | aclement <aclement> | 2004-04-23 13:17:43 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-04-23 13:17:43 +0000 |
commit | be37b087453960e7173422b312b706ab337a97ed (patch) | |
tree | f66f394467274d175d4e447cd5fd4a56e87ddea8 /tests/ajcTests.xml | |
parent | 4b025ddd88927b6889067ced6a663cba8bc25e8e (diff) | |
download | aspectj-be37b087453960e7173422b312b706ab337a97ed.tar.gz aspectj-be37b087453960e7173422b312b706ab337a97ed.zip |
Test for Bugzilla Bug 59440
NPE when binary weaving a ctor ITD.
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index edeec03ab..8588b59f3 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7657,5 +7657,13 @@ </compile> </ajc-test> + + <ajc-test dir="bugs" + pr="59440" + title="NPE when binary weaving a ctor ITD"> + <compile files="CtorITD.aj"> + <message kind="error" line="2"/> + </compile> + </ajc-test> </suite> |