diff options
author | aclement <aclement> | 2006-05-05 08:04:34 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-05-05 08:04:34 +0000 |
commit | 6cc28740d01a06428037612b3d33bee5eeab7733 (patch) | |
tree | 97f1201102b32b80ae8a5aa6337db1b49494f18a /tests/src/org | |
parent | ab00b0b5636ccae2d5bafc6c58f9aa02c5dcaf9c (diff) | |
download | aspectj-6cc28740d01a06428037612b3d33bee5eeab7733.tar.gz aspectj-6cc28740d01a06428037612b3d33bee5eeab7733.zip |
test for 136393
Diffstat (limited to 'tests/src/org')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc152/ajc152.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml index 9e193b67e..abcf47c50 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml +++ b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml @@ -223,4 +223,11 @@ </run> </ajc-test> + <ajc-test dir="bugs152/pr136393" title="NPE in makePreMethod"> + <compile files="World.aj" options="-1.5"> + <message kind="warning" line="10" text="this affected type is not exposed to the weaver: java.lang.String [Xlint:typeNotExposedToWeaver]"/> + <message kind="error" line="11" text="h cannot be resolved"/> + <message kind="error" line="16" text="Stystems cannot be resolved"/> + </compile> + </ajc-test> </suite>
\ No newline at end of file |