diff options
author | jhugunin <jhugunin> | 2003-09-08 15:35:26 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-09-08 15:35:26 +0000 |
commit | f4214827013be923039c130524727aaf850e1966 (patch) | |
tree | e52e3aede0ffed5c886bf05de4e143849d931c29 /tests | |
parent | 1466b85f68c345a7010873a94cb52dc63be49147 (diff) | |
download | aspectj-f4214827013be923039c130524727aaf850e1966.tar.gz aspectj-f4214827013be923039c130524727aaf850e1966.zip |
added pr number for Bugzilla Bug 42652
Regression: Cannot compile complex weaving anymore
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ajcTests.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 24569cf2a..fc5537889 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6731,8 +6731,7 @@ </compile> </ajc-test> - <!-- This test needs a corresponding bug report --> - <ajc-test dir="bugs" + <ajc-test dir="bugs" pr="42652" title="perthis and signature bad interaction"> <compile files="InterPerCall.java"/> <run class="InterPerCall"/> |