diff options
author | aclement <aclement> | 2008-10-28 20:32:52 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-10-28 20:32:52 +0000 |
commit | 05e64c98ba6effe6a083dfe7c34e3f7f04fe7fb0 (patch) | |
tree | 7645a33ef0adc81abee461643d2e9578d9e600b4 /weaver/testsrc/fluffy | |
parent | 0ac2913585d05269ea908c1294bf8d507ea16bb7 (diff) | |
download | aspectj-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.java | 2 |
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 {} |