aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2004-09-27 21:14:44 +0000
committerwisberg <wisberg>2004-09-27 21:14:44 +0000
commit3ea58899058ca5ff3ec3f9ad7396cfde56bda2a5 (patch)
treea4b5bbbab65c1b209756d6fd2dbeb4f0bed6c75d /tests/ajcTestsFailing.xml
parent535fb43192d72bc4c4aee777b923f86b81576e1b (diff)
downloadaspectj-3ea58899058ca5ff3ec3f9ad7396cfde56bda2a5.tar.gz
aspectj-3ea58899058ca5ff3ec3f9ad7396cfde56bda2a5.zip
@testcase PR#75129 NPE on thisJoinPoint mistake
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 167f12d9e..a15692546 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -152,5 +152,14 @@
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>