summaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-05-19 20:46:49 +0000
committerjhugunin <jhugunin>2003-05-19 20:46:49 +0000
commit2ed2ba65b2e99e5e11f675d875c23fac67a51021 (patch)
tree93fe7f2d151639399c7ba01f5825d0684e1ba11b /tests/ajcTests.xml
parent2072ac11448e493e26ab7ff818ce26c6ef33c19c (diff)
downloadaspectj-2ed2ba65b2e99e5e11f675d875c23fac67a51021.tar.gz
aspectj-2ed2ba65b2e99e5e11f675d875c23fac67a51021.zip
added test for Bugzilla Bug 37304
public static fields being ignored this test is passing in 1.1rc2
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index c5ebe2575..7cce70cb9 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -6232,5 +6232,12 @@
</compile>
<run class="CatchSig"/>
</ajc-test>
+
+
+ <ajc-test dir="bugs" pr="37304"
+ title="public static fields being ignored">
+ <compile files="FinalFields.java"/>
+ <run class="FinalFields"/>
+ </ajc-test>
</suite>