aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs162/IntoBinary
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs162/IntoBinary')
-rw-r--r--tests/bugs162/IntoBinary/Asp.java3
-rw-r--r--tests/bugs162/IntoBinary/Clazz.java3
-rw-r--r--tests/bugs162/IntoBinary/binaryaspect.jarbin0 -> 1127 bytes
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs162/IntoBinary/Asp.java b/tests/bugs162/IntoBinary/Asp.java
new file mode 100644
index 000000000..8614a5175
--- /dev/null
+++ b/tests/bugs162/IntoBinary/Asp.java
@@ -0,0 +1,3 @@
+public aspect Asp {
+ before(): execution(* foo(..)) {}
+}
diff --git a/tests/bugs162/IntoBinary/Clazz.java b/tests/bugs162/IntoBinary/Clazz.java
new file mode 100644
index 000000000..4de725d92
--- /dev/null
+++ b/tests/bugs162/IntoBinary/Clazz.java
@@ -0,0 +1,3 @@
+public class Clazz {
+ public void foo() {}
+}
diff --git a/tests/bugs162/IntoBinary/binaryaspect.jar b/tests/bugs162/IntoBinary/binaryaspect.jar
new file mode 100644
index 000000000..6580ec8c8
--- /dev/null
+++ b/tests/bugs162/IntoBinary/binaryaspect.jar
Binary files differ