diff options
author | jhugunin <jhugunin> | 2003-03-12 19:51:43 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-03-12 19:51:43 +0000 |
commit | a57ec8d9cff0ca35ce9efb59c79a5f1ec90c13cb (patch) | |
tree | 68b31b1937984f97c0603f8ae82a77d1aaaba416 /tests/ajcTestsFailing.xml | |
parent | f76921c5e0053c472abf8ccd3979116f180aae0a (diff) | |
download | aspectj-a57ec8d9cff0ca35ce9efb59c79a5f1ec90c13cb.tar.gz aspectj-a57ec8d9cff0ca35ce9efb59c79a5f1ec90c13cb.zip |
fix and tests for checked exception on advice being checked at
woven join points
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 5964c4aee..578f0aa75 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -2,18 +2,6 @@ <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"> <suite> - - <ajc-test dir="new" - title="incompatible advice throws clause are a compile-time error" - keywords="from-resolved_10x"> - <compile files="AdviceThrowsCf.java"> - <message kind="error" line="70"/> - <message kind="error" line="74"/> - <message kind="error" line="76"/> - <message kind="error" line="78"/> - </compile> - </ajc-test> - <ajc-test dir="new" pr="660" title="illegal name binding in around cflow" keywords="from-resolved_104"> <compile files="ArgsInCflowCf.java"> |