From 05e64c98ba6effe6a083dfe7c34e3f7f04fe7fb0 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 28 Oct 2008 20:32:52 +0000 Subject: 246125: pulled tests from weaver into matcher and created bcel subtypes of matcher tests where appropriate --- weaver/testsrc/fluffy/Derived.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'weaver/testsrc/fluffy') diff --git a/weaver/testsrc/fluffy/Derived.java b/weaver/testsrc/fluffy/Derived.java index ad0842c18..e6d848cfb 100644 --- a/weaver/testsrc/fluffy/Derived.java +++ b/weaver/testsrc/fluffy/Derived.java @@ -2,6 +2,8 @@ package fluffy; import java.io.IOException; +import org.aspectj.weaver.testcode.Base; + public class Derived extends Base { public static void onlyDerived() throws IOException, CloneNotSupportedException {} -- cgit v1.2.3