diff options
author | jhugunin <jhugunin> | 2003-01-14 19:28:13 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-14 19:28:13 +0000 |
commit | 9a532972a6044080b4fed1d1d4a76f803f46fcc6 (patch) | |
tree | 0f8543e01fa22125ead811bc4aaac78ea71fb00d /tests/ajcTestsFailing.xml | |
parent | f1de2b647b2db6da2dce83d4b0679082e98df784 (diff) | |
download | aspectj-9a532972a6044080b4fed1d1d4a76f803f46fcc6.tar.gz aspectj-9a532972a6044080b4fed1d1d4a76f803f46fcc6.zip |
added test for introduced final fields and rearranged some
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 829e26973..7add71530 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -11,15 +11,6 @@ <compile files="AspectStaticInit.java"/> <run class="AspectStaticInit"/> </ajc-test> - - <ajc-test dir="new/PR862" pr="862" - title="import any inner from interface implementor" - keywords="purejava"> - <compile files="pack/ImportInnerFromInterfaceImplementor.java"> - <dir-changes added="pack.ImportInnerFromInterfaceImplementor"/> - </compile> - <run class="pack.ImportInnerFromInterfaceImplementor"/> - </ajc-test> <ajc-test dir="new" title="incompatible advice throws clause are a compile-time error" |