diff options
author | aclement <aclement> | 2004-09-30 08:18:32 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-09-30 08:18:32 +0000 |
commit | a89962434e080f2cb939dd59726f1acd65b31d6a (patch) | |
tree | fee7a2216679f748163ed3b5c1b2e673f297aa18 /tests/ajcTestsFailing.xml | |
parent | 3ea58899058ca5ff3ec3f9ad7396cfde56bda2a5 (diff) | |
download | aspectj-a89962434e080f2cb939dd59726f1acd65b31d6a.tar.gz aspectj-a89962434e080f2cb939dd59726f1acd65b31d6a.zip |
Fix for Bugzilla Bug 75129
NPE on thisJoinPoint mistake
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index a15692546..167f12d9e 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -152,14 +152,5 @@ files="Test_AroundVarBug.java,AroundVarBug.java"/> <run class="Test_AroundVarBug"/> </ajc-test> - - <ajc-test - dir="bugs" - pr="75129" - title="NPE on thisJoinPoint mistake"> - <compile files="TjpMistake.java"> - <message kind="error" line="22"/> - </compile> - </ajc-test> </suite> |