diff options
author | jhugunin <jhugunin> | 2003-03-11 21:04:59 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-03-11 21:04:59 +0000 |
commit | d6b8b38cd0a707741788f8d4fae3850b213f50a4 (patch) | |
tree | 89d0af7f7012388a9b58aac2f1e0b5ce0b3e716d /tests/ajcTestsBroken.xml | |
parent | bb66774ab4a5afb36d36bc8274ff265f10d666db (diff) | |
download | aspectj-d6b8b38cd0a707741788f8d4fae3850b213f50a4.tar.gz aspectj-d6b8b38cd0a707741788f8d4fae3850b213f50a4.zip |
added tests and fixes
fixed two bugs in ajcTestsFailing
Diffstat (limited to 'tests/ajcTestsBroken.xml')
-rw-r--r-- | tests/ajcTestsBroken.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/ajcTestsBroken.xml b/tests/ajcTestsBroken.xml index 6fc14b27f..d919e26e4 100644 --- a/tests/ajcTestsBroken.xml +++ b/tests/ajcTestsBroken.xml @@ -67,5 +67,9 @@ </compile> </ajc-test> - + <ajc-test dir="bugs" pr="33948" + title="default constructor inter-type declaration"> + <compile files="ConstructorDeclaration.java"/> + <run class="ConstructorDeclaration"/> + </ajc-test> </suite> |