diff options
author | jhugunin <jhugunin> | 2003-03-12 23:37:01 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-03-12 23:37:01 +0000 |
commit | 03448a7d4363abe6cd99da99a050fecef9cf8f72 (patch) | |
tree | 11e966fadcf97f0814ddf95b0d7fe4d9ba109353 /tests/ajcTests.xml | |
parent | d5731957188b6280e850cf2bbc238469244b6d86 (diff) | |
download | aspectj-03448a7d4363abe6cd99da99a050fecef9cf8f72.tar.gz aspectj-03448a7d4363abe6cd99da99a050fecef9cf8f72.zip |
fix for class not allowed to extend aspect and moving corresponding test out of failing
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 1e192ba8a..5f477a19b 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -5711,4 +5711,11 @@ <message kind="error" line="6"/> </compile> </ajc-test> + + <ajc-test dir="errors" keywords="error" + title="class extending abstract aspect"> + <compile files="ClassExtendingAbstractAspectCE.java"> + <message kind="error" line="20"/> + </compile> + </ajc-test> </suite> |