aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bringup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bringup')
-rw-r--r--tests/bringup/EmptyAspect.aj1
-rw-r--r--tests/bringup/EmptyClass.java1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/bringup/EmptyAspect.aj b/tests/bringup/EmptyAspect.aj
new file mode 100644
index 000000000..683bc8bd1
--- /dev/null
+++ b/tests/bringup/EmptyAspect.aj
@@ -0,0 +1 @@
+public aspect EmptyAspect {} \ No newline at end of file
diff --git a/tests/bringup/EmptyClass.java b/tests/bringup/EmptyClass.java
new file mode 100644
index 000000000..36b60bf51
--- /dev/null
+++ b/tests/bringup/EmptyClass.java
@@ -0,0 +1 @@
+public class EmptyClass {} \ No newline at end of file