diff options
author | wisberg <wisberg> | 2003-04-19 20:47:30 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-04-19 20:47:30 +0000 |
commit | a1f90ec4260a3d328ac7209044ee34f72ed06d9f (patch) | |
tree | 2aac435b72df5032a049054ac16c8d0f291129da /tests/ajcTestsFailing.xml | |
parent | 5d8dd96b88f02386f3c2bb587e4846a691b01d36 (diff) | |
download | aspectj-a1f90ec4260a3d328ac7209044ee34f72ed06d9f.tar.gz aspectj-a1f90ec4260a3d328ac7209044ee34f72ed06d9f.zip |
@testcase PR#36673 privileged aspect main verify error
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 1b2b82f8c..a2441ef78 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -4,6 +4,9 @@ <!-- contains valid tests that the compiler has never passed --> <suite> - - + <ajc-test dir="new/verifyError" pr="36673" + title="privileged aspect main verify error"> + <compile files="Privilege.java"/> + <run class="Privilege"/> + </ajc-test> </suite> |