diff options
Diffstat (limited to 'weaver/testdata/WeavingURLClassLoaderTest/packag/Main.java')
-rw-r--r-- | weaver/testdata/WeavingURLClassLoaderTest/packag/Main.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/weaver/testdata/WeavingURLClassLoaderTest/packag/Main.java b/weaver/testdata/WeavingURLClassLoaderTest/packag/Main.java new file mode 100644 index 000000000..cd0452056 --- /dev/null +++ b/weaver/testdata/WeavingURLClassLoaderTest/packag/Main.java @@ -0,0 +1,7 @@ +package packag; + +public class Main { + public static void main(String[] args) { + throw new Error("around advice should have applied here"); + } +}
\ No newline at end of file |