diff options
author | ehilsdal <ehilsdal> | 2002-12-16 21:17:56 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2002-12-16 21:17:56 +0000 |
commit | c3472c7ced31834873429a8688607e0460432686 (patch) | |
tree | 6b5a2b8c1490bf2370714458e4c567476e7c136e /weaver | |
parent | 2dc14613c8f42cd0b49a6d0f47f5b8e776bab0b4 (diff) | |
download | aspectj-c3472c7ced31834873429a8688607e0460432686.tar.gz aspectj-c3472c7ced31834873429a8688607e0460432686.zip |
Changing string constant for classDir, since the package changed names (correctly) to "weaver"
Diffstat (limited to 'weaver')
-rw-r--r-- | weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java b/weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java index a18856711..cc8100fd5 100644 --- a/weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java +++ b/weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java @@ -25,7 +25,7 @@ public class UtilityTestCase extends TestCase { } public void disassembleTest(String name) throws IOException { - BcelWorld world = new BcelWorld("../bcweaver/bin"); + BcelWorld world = new BcelWorld("../weaver/bin"); LazyClassGen clazz = new LazyClassGen((BcelObjectType) world.resolve(name)); clazz.print(); |