summaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-05-28 20:49:54 +0000
committerjhugunin <jhugunin>2003-05-28 20:49:54 +0000
commit333ed13ecac59cd07c2356153b6e0e4204792cd8 (patch)
treeb469393c037e9463a5e43a383eb100f73ed6ad97 /tests/ajcTests.xml
parenta0d2d2d0de4ab0e67a714d3fec46d96b268ca1e4 (diff)
downloadaspectj-333ed13ecac59cd07c2356153b6e0e4204792cd8.tar.gz
aspectj-333ed13ecac59cd07c2356153b6e0e4204792cd8.zip
Bugzilla Bug 38212
can not resolve this member warning This test currently passes, and therefore must be missing the bug; however, this is the closest I could come to the bug as reported.
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 35bf71f94..59ff49255 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -6372,4 +6372,14 @@
<compile files="WideJumps.java"/>
<run class="WideJumps"/>
</ajc-test>
+
+ <!-- This doesn't actually reproduce the bug, but no test case has been submitted
+ that does so this is here as a place-holder and to verify that we're mostly
+ working.
+ -->
+ <ajc-test dir="bugs/accessMethods" pr="38212"
+ title="can not resolve this member warning">
+ <compile files="p1/Base.java,p2/Derived.java"/>
+ <run class="p2.Derived"/>
+ </ajc-test>
</suite>