aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs187/475152/TestAspect.aj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs187/475152/TestAspect.aj')
-rw-r--r--tests/bugs187/475152/TestAspect.aj5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs187/475152/TestAspect.aj b/tests/bugs187/475152/TestAspect.aj
new file mode 100644
index 000000000..be1adeaf0
--- /dev/null
+++ b/tests/bugs187/475152/TestAspect.aj
@@ -0,0 +1,5 @@
+package ajtest;
+
+public aspect TestAspect extends AbstractAspect {
+
+}