aboutsummaryrefslogtreecommitdiffstats
path: root/ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj
diff options
context:
space:
mode:
Diffstat (limited to 'ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj')
-rw-r--r--ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj3
1 files changed, 3 insertions, 0 deletions
diff --git a/ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj b/ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj
new file mode 100644
index 000000000..df7596863
--- /dev/null
+++ b/ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj
@@ -0,0 +1,3 @@
+public abstract aspect TestAbstractAspect {
+
+}