aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testsrc/fluffy
diff options
context:
space:
mode:
authoraclement <aclement>2008-10-28 20:32:52 +0000
committeraclement <aclement>2008-10-28 20:32:52 +0000
commit05e64c98ba6effe6a083dfe7c34e3f7f04fe7fb0 (patch)
tree7645a33ef0adc81abee461643d2e9578d9e600b4 /weaver/testsrc/fluffy
parent0ac2913585d05269ea908c1294bf8d507ea16bb7 (diff)
downloadaspectj-05e64c98ba6effe6a083dfe7c34e3f7f04fe7fb0.tar.gz
aspectj-05e64c98ba6effe6a083dfe7c34e3f7f04fe7fb0.zip
246125: pulled tests from weaver into matcher and created bcel subtypes of matcher tests where appropriate
Diffstat (limited to 'weaver/testsrc/fluffy')
-rw-r--r--weaver/testsrc/fluffy/Derived.java2
1 files changed, 2 insertions, 0 deletions
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 {}