diff options
author | aclement <aclement> | 2004-02-26 13:34:28 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-02-26 13:34:28 +0000 |
commit | 31bf65adc6905c7b6922a6d2b15e836267f33151 (patch) | |
tree | 55904bee4f12746aa966b3e1618f0e853980584b /tests/ajcTestsFailing.xml | |
parent | ff32dfb1ea7056dcafe28c7d2b78141568cc4fc6 (diff) | |
download | aspectj-31bf65adc6905c7b6922a6d2b15e836267f33151.tar.gz aspectj-31bf65adc6905c7b6922a6d2b15e836267f33151.zip |
Fix for Bugzilla Bug 52107
NoSuchMethodError accessing field declared on interface
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index cd8ba3e47..c2fb46b05 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -133,25 +133,4 @@ <run class="InterfaceInitializerOrder"/> </ajc-test> - <ajc-test dir="bugs/fieldsOnInterfaces" - pr="52107" - title="declare String field on interface"> - <compile files="StringFieldOnInterface.java"/> - <run class="StringFieldOnInterface"/> - </ajc-test> - - <ajc-test dir="bugs/fieldsOnInterfaces" - pr="52107" - title="declare int field on interface"> - <compile files="IntFieldOnInterface.java"/> - <run class="IntFieldOnInterface"/> - </ajc-test> - - <ajc-test dir="bugs/fieldsOnInterfaces" - pr="52107" - title="declare Object field on interface"> - <compile files="ObjectFieldOnInterface.java"/> - <run class="ObjectFieldOnInterface"/> - </ajc-test> - </suite> |