summaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-07-26 21:37:38 +0000
committerwisberg <wisberg>2003-07-26 21:37:38 +0000
commit56094d51e65add9b2524dbb440a223e6904ae993 (patch)
tree5ba3fb34288e45b4a65ddae5e946b2cf3e8d0103 /tests/ajcTests.xml
parent2502ee5106921a6947e3470d08e30a0734a4d805 (diff)
downloadaspectj-56094d51e65add9b2524dbb440a223e6904ae993.tar.gz
aspectj-56094d51e65add9b2524dbb440a223e6904ae993.zip
passing tests compiler errors when abstract pointcuts are outside abstract aspects
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 5cccbc37b..788451035 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -6462,4 +6462,13 @@
<compile files="ClassLiteralField.java" options="-source14"/>
<run class="ClassLiteralField"/>
</ajc-test>
+
+ <ajc-test dir="errors"
+ title="compile error expected for abstract pointcut outside abstract aspect">
+ <compile files="AbstractPointcutCE.java">
+ <message kind="error" line="5"/>
+ <message kind="error" line="10"/>
+ </compile>
+ </ajc-test>
+
</suite>