aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ltw/pakkage
diff options
context:
space:
mode:
authormwebster <mwebster>2006-08-24 17:32:00 +0000
committermwebster <mwebster>2006-08-24 17:32:00 +0000
commit04fa1dcce12934cc5cfe1e5e8b66523c10e93672 (patch)
tree1e8d4eca711228fbc0fd1cc21fe958fdd1f77e54 /tests/ltw/pakkage
parent137ce3fd3c106581c35b3eba6f2e95612a34046a (diff)
downloadaspectj-04fa1dcce12934cc5cfe1e5e8b66523c10e93672.tar.gz
aspectj-04fa1dcce12934cc5cfe1e5e8b66523c10e93672.zip
Bug 129525 "Don't Dump Bytecodes to Syserr in LTW" (don't throw AbortException in LTW message handler)
Diffstat (limited to 'tests/ltw/pakkage')
-rw-r--r--tests/ltw/pakkage/EmptyAspect.aj3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ltw/pakkage/EmptyAspect.aj b/tests/ltw/pakkage/EmptyAspect.aj
new file mode 100644
index 000000000..e24bad3e8
--- /dev/null
+++ b/tests/ltw/pakkage/EmptyAspect.aj
@@ -0,0 +1,3 @@
+public aspect EmptyAspect {
+
+} \ No newline at end of file