summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2008-01-16 23:53:30 +0000
committeraclement <aclement>2008-01-16 23:53:30 +0000
commit0295de4deb362d0c239c4ea62e6aa171e2f30dac (patch)
tree9b5ce10985bd3d0df6046cfab245d31c0a667a72
parent35a5fcca4f588a3d0a0ba48f70035b15e9319640 (diff)
downloadaspectj-0295de4deb362d0c239c4ea62e6aa171e2f30dac.tar.gz
aspectj-0295de4deb362d0c239c4ea62e6aa171e2f30dac.zip
AspectJ6: produces more messages now
-rw-r--r--tests/src/org/aspectj/systemtest/pre10x/pre10x-tests.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/pre10x/pre10x-tests.xml b/tests/src/org/aspectj/systemtest/pre10x/pre10x-tests.xml
index 4d4cb999d..5c1651e21 100644
--- a/tests/src/org/aspectj/systemtest/pre10x/pre10x-tests.xml
+++ b/tests/src/org/aspectj/systemtest/pre10x/pre10x-tests.xml
@@ -406,6 +406,7 @@
title="Should issue an error for using 'class' instead of 'aspect'"
keywords="from-errors">
<compile files="NoAspect.java">
+ <message kind="error" line="1"/>
<message kind="error" line="12"/>
</compile>
</ajc-test>