diff options
author | jhugunin <jhugunin> | 2004-01-12 10:18:18 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2004-01-12 10:18:18 +0000 |
commit | bba6c413e40539eca1b9c927e2212b8547a7c28f (patch) | |
tree | 52fd5f819c9489d28a65072ab3cf2a99020ee0be /tests/ajcTests.xml | |
parent | 7a8f6a13c0facb82d59f381042be6b31eb60cc53 (diff) | |
download | aspectj-bba6c413e40539eca1b9c927e2212b8547a7c28f.tar.gz aspectj-bba6c413e40539eca1b9c927e2212b8547a7c28f.zip |
Fix for Bugzilla Bug 46750
"declare soft" inside nested aspect does not work
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index a3553d1fe..4df86dcec 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6915,4 +6915,9 @@ <message kind="warning" line="4" text="no match for this type name: SampleClass"/> </compile> </ajc-test> + + <ajc-test dir="bugs" pr="46750" title="inner aspect containing declare soft"> + <compile files="TestSoftening.java"> + </compile> + </ajc-test> </suite> |