diff options
author | wisberg <wisberg> | 2004-02-13 01:21:03 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-02-13 01:21:03 +0000 |
commit | 95f2f555025370059b4acdb9aca17b9db3b640a0 (patch) | |
tree | 4860177122896e6657c58ad9d166ee9d6f03e4c9 /tests/ajcTestsFailing.xml | |
parent | 8555cabe0c41e204aad4dac0c5c6236dc8144e7d (diff) | |
download | aspectj-95f2f555025370059b4acdb9aca17b9db3b640a0.tar.gz aspectj-95f2f555025370059b4acdb9aca17b9db3b640a0.zip |
mailing list verify error
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index c2fb46b05..27079b95d 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -133,4 +133,10 @@ <run class="InterfaceInitializerOrder"/> </ajc-test> + <ajc-test dir="bugs/protectedvf" + title="mail list VerifyError with protected access"> + <compile files="main/Driver.java,main/p2/AbstractTest.aj,main/p1/ConcreteTest.aj"/> + <run class="main.Driver"/> + </ajc-test> + </suite> |