diff options
author | jhugunin <jhugunin> | 2003-03-12 23:22:11 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-03-12 23:22:11 +0000 |
commit | d5731957188b6280e850cf2bbc238469244b6d86 (patch) | |
tree | 7cd826b0dd91d579afc65da32de4e3b904acb25b /tests/jimTests.xml | |
parent | 7746fcb7e977c7a91bd70081a2197a999ec18ad3 (diff) | |
download | aspectj-d5731957188b6280e850cf2bbc238469244b6d86.tar.gz aspectj-d5731957188b6280e850cf2bbc238469244b6d86.zip |
fixed for graceful error handling (i.e. the compiler doesn't dump stack ;-)
in response to tests now moved out of failing
Diffstat (limited to 'tests/jimTests.xml')
-rw-r--r-- | tests/jimTests.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/jimTests.xml b/tests/jimTests.xml index c03e61f44..f4adb0f97 100644 --- a/tests/jimTests.xml +++ b/tests/jimTests.xml @@ -1,19 +1,7 @@ <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"> <suite> - <ajc-test dir="errors" - title="type not imported in around advice"> - <compile files="TypeNotImportedInAroundCE.java"> - <message kind="error" line="10"/> - </compile> - </ajc-test> - <ajc-test dir="errors" - title="type not imported in aspect"> - <compile files="TypeInAspectNotImportedCE.java"> - <message kind="error" line="6"/> - </compile> - </ajc-test> <!-- |