aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2004-06-07 06:46:19 +0000
committerwisberg <wisberg>2004-06-07 06:46:19 +0000
commit2f50f7b680b302a89e342f0caa43049fcd778cf1 (patch)
tree835a613eb3f38504182ee5307c93534f82748e11 /tests/ajcTestsFailing.xml
parentc81c3be6b8066c25a0e540d9d49e6a38c3fe09c3 (diff)
downloadaspectj-2f50f7b680b302a89e342f0caa43049fcd778cf1.tar.gz
aspectj-2f50f7b680b302a89e342f0caa43049fcd778cf1.zip
@testcase PR#65925 Valid but inaccessible type names should not be flagged by XLint:invalidAbsoluteTypeName
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index c2493c0d4..244fe7bb8 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -133,5 +133,14 @@
<run class="InterfaceInitializerOrder"/>
</ajc-test>
+ <ajc-test
+ dir="bugs/invalidAbsoluteTypeName"
+ pr="65925"
+ title="Valid but inaccessible type names should not be flagged by XLint:invalidAbsoluteTypeName">
+ <compile files="False_InvalidAbsoluteTypeName.java">
+ <message kind="warning" line="17"/>
+ </compile>
+ <run class="False_InvalidAbsoluteTypeName"/>
+ </ajc-test>
</suite>