summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2008-12-08 22:51:56 +0000
committeraclement <aclement>2008-12-08 22:51:56 +0000
commit9ca3b783d892f4f486f6223a1412f089df7d6304 (patch)
tree9ec48e5fa001894fffec0e6309326e5d044c257e /tests/src
parent1237ad5e18c6091024b22de06c3977aff16ff7c1 (diff)
downloadaspectj-9ca3b783d892f4f486f6223a1412f089df7d6304.tar.gz
aspectj-9ca3b783d892f4f486f6223a1412f089df7d6304.zip
committed testcase change before fix! backing out
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ajc150.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
index 42c90f838..f91cd62aa 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
@@ -1086,9 +1086,11 @@
</ajc-test>
<ajc-test dir="bugs150" title="(@Foo *)+ type pattern parse error">
- <compile files="AnnotationPlusPatternParseError.aj" options="-1.5">
+ <compile files="AnnotationPlusPatternParseError.aj" options="-1.5"/>
+ <!-- next line needs the change for inherited anno matching... -->
+ <!--compile files="AnnotationPlusPatternParseError.aj" options="-1.5">
<message kind="warning" line="19"/>
- </compile>
+ </compile-->
</ajc-test>
<ajc-test dir="bugs150" pr="80571" title="around advice on interface initializer">