aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testsrc
diff options
context:
space:
mode:
authorehilsdal <ehilsdal>2002-12-16 21:07:07 +0000
committerehilsdal <ehilsdal>2002-12-16 21:07:07 +0000
commit2dc14613c8f42cd0b49a6d0f47f5b8e776bab0b4 (patch)
tree112113a3ceced1adde994c58c5a7feac5cc680d2 /weaver/testsrc
parent784382899d35d9fa14a920d6ffa79cfe7c8a90eb (diff)
downloadaspectj-2dc14613c8f42cd0b49a6d0f47f5b8e776bab0b4.tar.gz
aspectj-2dc14613c8f42cd0b49a6d0f47f5b8e776bab0b4.zip
Changing string constant for classDir, since the package changed names (correctly) to "weaver"
Diffstat (limited to 'weaver/testsrc')
-rw-r--r--weaver/testsrc/org/aspectj/weaver/bcel/WeaveTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/testsrc/org/aspectj/weaver/bcel/WeaveTestCase.java b/weaver/testsrc/org/aspectj/weaver/bcel/WeaveTestCase.java
index 62c078e61..d6eb4d816 100644
--- a/weaver/testsrc/org/aspectj/weaver/bcel/WeaveTestCase.java
+++ b/weaver/testsrc/org/aspectj/weaver/bcel/WeaveTestCase.java
@@ -54,7 +54,7 @@ public abstract class WeaveTestCase extends TestCase {
weaveTest(name, outName, l);
}
- static String classDir = "../bcweaver/bin";
+ static String classDir = "../weaver/bin";
static String outDir = "out";