diff options
author | aclement <aclement> | 2004-08-11 08:17:11 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-08-11 08:17:11 +0000 |
commit | 065228643beb192e3214a032c2b62f90db4f8592 (patch) | |
tree | d554593680c6fff507adbf22e5c5c260eb48dc79 /tests/ajcTestsFailing.xml | |
parent | 9d36a87c1f64a2c214cab2be16b2eda8b79cdf87 (diff) | |
download | aspectj-065228643beb192e3214a032c2b62f90db4f8592.tar.gz aspectj-065228643beb192e3214a032c2b62f90db4f8592.zip |
Tests for bug 65925. Already fixed !
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index f9c1bdd55..167f12d9e 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -132,16 +132,6 @@ <compile files="InterfaceInitializerOrder.java"/> <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> <ajc-test dir="pureJava" title="assert coverage tests [requires 1.4]" keywords="from-14tests,purejava"> |