summaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-12-23 01:28:08 +0000
committerwisberg <wisberg>2003-12-23 01:28:08 +0000
commit6cded1d30cf1e59ee133ac08f44dabb7859b4fed (patch)
tree530fde3c045fd2b0aa8bc2ec5f08a9c975d009ac /tests/ajcTestsFailing.xml
parent700a1a3b0cbe02993fedf1bc9598dd96fc5aab85 (diff)
downloadaspectj-6cded1d30cf1e59ee133ac08f44dabb7859b4fed.tar.gz
aspectj-6cded1d30cf1e59ee133ac08f44dabb7859b4fed.zip
@testcase PR#49295 extra warning (join point?) for interface-typepattern execution
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index fe3fdc664..db19ce857 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -141,5 +141,15 @@
<run class="AfterReturningParamMatching"/>
</ajc-test>
+ <ajc-test dir="bugs"
+ pr="49295"
+ title="declare warning on subtype constructor">
+ <compile files="SubtypeConstructorCW.java" >
+ <message kind="warning" line="5" text="String as first"/>
+ <message kind="warning" line="10" text="String as first"/>
+ </compile>
+ <run class="SubtypeConstructorCW"/>
+ </ajc-test>
+
</suite>