summaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authoraclement <aclement>2004-05-07 08:21:22 +0000
committeraclement <aclement>2004-05-07 08:21:22 +0000
commit3ed93c6d54e8a54c75398d341d5bd081d913aa3b (patch)
tree1e27fa9dc7ca75ba36e3055392901908d251d0ae /tests/ajcTests.xml
parent0905c8023231f73cb81a98cda18761715fd11eaf (diff)
downloadaspectj-3ed93c6d54e8a54c75398d341d5bd081d913aa3b.tar.gz
aspectj-3ed93c6d54e8a54c75398d341d5bd081d913aa3b.zip
Tests for Bugzilla Bug 59778
InterTypeMethodDeclaration.java:104
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 3f9e7cc1c..0c64c5dd2 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -7689,4 +7689,14 @@
</compile>
</ajc-test>
+ <ajc-test dir="bugs/compileOrdering"
+ pr="59778"
+ title=" InterTypeMethodDeclaration.java:104">
+ <compile files="B.java,D.java" >
+ <message kind="error" line="2" file="B.java"/>
+ </compile>
+ <compile files="D.java,B.java">
+ <message kind="error" line="2" file="B.java"/>
+ </compile>
+ </ajc-test>
</suite>