diff options
author | jhugunin <jhugunin> | 2003-07-23 00:22:50 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-07-23 00:22:50 +0000 |
commit | 54a8e9ae3854be8bc202eb55fd1c4e0f735bd424 (patch) | |
tree | a577c46df120003c20d6285a4d0b366371361160 /tests/ajcTestsFailing.xml | |
parent | 9894a3d4826ef3480a53aa7cd8d86804af3f1fdd (diff) | |
download | aspectj-54a8e9ae3854be8bc202eb55fd1c4e0f735bd424.tar.gz aspectj-54a8e9ae3854be8bc202eb55fd1c4e0f735bd424.zip |
added test for expanded version of Bugzilla Bug 39711
Class Literals as non final fields
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index cb741c1e0..cd8e52f6e 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -2,7 +2,11 @@ <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"> <!-- contains valid tests that the compiler has never passed --> -<suite> - +<suite> + <ajc-test dir="bugs" pr="39711" + title="Class Literals as non final fields (also assert, and this$0)"> + <compile files="ClassLiteralField.java" options="-source14"/> + <run class="ClassLiteralField"/> + </ajc-test> </suite> |