aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-03-12 23:37:01 +0000
committerjhugunin <jhugunin>2003-03-12 23:37:01 +0000
commit03448a7d4363abe6cd99da99a050fecef9cf8f72 (patch)
tree11e966fadcf97f0814ddf95b0d7fe4d9ba109353 /tests/ajcTests.xml
parentd5731957188b6280e850cf2bbc238469244b6d86 (diff)
downloadaspectj-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.xml7
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>