Browse Source

Changing string constant for classDir, since the package changed names (correctly) to "weaver"

tags/initial_CPL
ehilsdal 21 years ago
parent
commit
2dc14613c8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      weaver/testsrc/org/aspectj/weaver/bcel/WeaveTestCase.java

+ 1
- 1
weaver/testsrc/org/aspectj/weaver/bcel/WeaveTestCase.java View File

@@ -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";

Loading…
Cancel
Save