diff options
author | acolyer <acolyer> | 2005-06-09 14:43:12 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-06-09 14:43:12 +0000 |
commit | 376c9ac4f17462fbe4537ef9ff5b66f315901358 (patch) | |
tree | e1f02231b6fcf06adffbba4d43b039b4bc67427a /tests/src/org | |
parent | a7f947fb2ae596d27919ff8602ea9aa3492d189c (diff) | |
download | aspectj-376c9ac4f17462fbe4537ef9ff5b66f315901358.tar.gz aspectj-376c9ac4f17462fbe4537ef9ff5b66f315901358.zip |
update to binary format as part of generics work, plus remove needless duplication of tests in RunTheseBeforeYouCommitTests
Diffstat (limited to 'tests/src/org')
-rw-r--r-- | tests/src/org/aspectj/systemtest/inpath/InPathTests.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/src/org/aspectj/systemtest/inpath/InPathTests.java b/tests/src/org/aspectj/systemtest/inpath/InPathTests.java index 6bd3bf749..cecb3e85f 100644 --- a/tests/src/org/aspectj/systemtest/inpath/InPathTests.java +++ b/tests/src/org/aspectj/systemtest/inpath/InPathTests.java @@ -36,9 +36,10 @@ public class InPathTests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("options -injars checking declare parents interactions"); } - public void test004(){ - runTest("The compiler crashes when using aspect libraries created without using -noweave"); - } +// test removed from suite since aspects are *always* generated reweavable +// public void test004(){ +// runTest("The compiler crashes when using aspect libraries created without using -noweave"); +// } public void test005(){ runTest("declare warnings on main"); |