diff options
author | aclement <aclement> | 2005-01-27 17:26:48 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-01-27 17:26:48 +0000 |
commit | 4adf568fdfcc82ea7257cf24f88aefa109deba52 (patch) | |
tree | e8aaa736704803c3cd19975aa97044048f27a74a /tests/ajcTestsFailing.xml | |
parent | fa3cbd5115a5ba8f18609b863f0d875a640d412f (diff) | |
download | aspectj-4adf568fdfcc82ea7257cf24f88aefa109deba52.tar.gz aspectj-4adf568fdfcc82ea7257cf24f88aefa109deba52.zip |
Fix for Bug 83645: pertypewithin({interface}) illegal field modifier
- moving Wes' test to the regression set.
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index b86bc31a3..b3b6401b1 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -152,10 +152,4 @@ files="Test_AroundVarBug.java,AroundVarBug.java"/> <run class="Test_AroundVarBug"/> </ajc-test> - - <ajc-test dir="bugs150" pr="83645" - title="pertypewithin on interface"> - <compile files="PR83645.java"/> - <run class="PR83645"/> - </ajc-test> </suite> |