aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-08-23 04:22:23 +0000
committerwisberg <wisberg>2003-08-23 04:22:23 +0000
commit9df9062f3ee68735888de6fc92f5aafa5f2b366e (patch)
tree5491306a42059f546934b2e480a3d69a07afb31c /tests/ajcTestsFailing.xml
parentd90acdcedd63f04b906b0efc5e249e93245f5618 (diff)
downloadaspectj-9df9062f3ee68735888de6fc92f5aafa5f2b366e.tar.gz
aspectj-9df9062f3ee68735888de6fc92f5aafa5f2b366e.zip
@testcase PR#41888 call PCD fails when given subtype of defining type
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 5439341a1..35fbdb6a1 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -5,6 +5,13 @@
<suite>
+ <ajc-test dir="bugs"
+ pr="41888"
+ title="call PCD fails when given subtype of defining type">
+ <compile files="CallReference.java"/>
+ <run class="CallReference"/>
+ </ajc-test>
+
<ajc-test dir="bugs/options/classpath"
pr="41170"
title="combine classpath on command line and in .lst file">