aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-03-12 20:56:52 +0000
committerwisberg <wisberg>2003-03-12 20:56:52 +0000
commit4b066194988a634c4da4193599ac4e0132cd3bd2 (patch)
tree4e98f60564ebfb71c48350c1b2ac5a18399b6051 /tests/ajcTestsFailing.xml
parentc6d8c34761c20477a3cf6fb62d8523fd476d85df (diff)
downloadaspectj-4b066194988a634c4da4193599ac4e0132cd3bd2.tar.gz
aspectj-4b066194988a634c4da4193599ac4e0132cd3bd2.zip
@testcase type not imported in aspect
(similar scenario to prior, but different stack trace)
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 19a8c048f..4f31f4087 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -56,4 +56,11 @@
</compile>
</ajc-test>
+ <ajc-test dir="errors"
+ title="type not imported in aspect">
+ <compile files="TypeInAspectNotImportedCE.java">
+ <message kind="error" line="6"/>
+ </compile>
+ </ajc-test>
+
</suite>