aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc188/Ajc188Tests.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc188/Ajc188Tests.java')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc188/Ajc188Tests.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc188/Ajc188Tests.java b/tests/src/org/aspectj/systemtest/ajc188/Ajc188Tests.java
index c2a994855..1a5f5a465 100644
--- a/tests/src/org/aspectj/systemtest/ajc188/Ajc188Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc188/Ajc188Tests.java
@@ -21,6 +21,10 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
*/
public class Ajc188Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
+ public void testAnnotationDiscoveryNpe() throws Exception {
+ runTest("annotation discovery npe");
+ }
+
public void testDefaultMethodsWithXnoInline() throws Exception {
runTest("default methods 1");
}