summaryrefslogtreecommitdiffstats
path: root/tests/src/org
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-06-09 14:43:12 +0000
committeracolyer <acolyer>2005-06-09 14:43:12 +0000
commit376c9ac4f17462fbe4537ef9ff5b66f315901358 (patch)
treee1f02231b6fcf06adffbba4d43b039b4bc67427a /tests/src/org
parenta7f947fb2ae596d27919ff8602ea9aa3492d189c (diff)
downloadaspectj-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.java7
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");