summaryrefslogtreecommitdiffstats
path: root/tests/bugs151/pr125699/TestTracing.aj
diff options
context:
space:
mode:
authoraclement <aclement>2006-02-01 15:20:37 +0000
committeraclement <aclement>2006-02-01 15:20:37 +0000
commit1d41626c3d8489acf9a630d9236a9ecdf912363d (patch)
tree1ce3c359e143d8accaebbe46411ba1fb1eb7e759 /tests/bugs151/pr125699/TestTracing.aj
parentb913ddec0a176758ab95a6e7df378f66607aa44c (diff)
downloadaspectj-1d41626c3d8489acf9a630d9236a9ecdf912363d.tar.gz
aspectj-1d41626c3d8489acf9a630d9236a9ecdf912363d.zip
testcode for 125699 and 125810 from matthew. test for 125699 commented out.
Diffstat (limited to 'tests/bugs151/pr125699/TestTracing.aj')
-rw-r--r--tests/bugs151/pr125699/TestTracing.aj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs151/pr125699/TestTracing.aj b/tests/bugs151/pr125699/TestTracing.aj
new file mode 100644
index 000000000..1de7054bb
--- /dev/null
+++ b/tests/bugs151/pr125699/TestTracing.aj
@@ -0,0 +1,2 @@
+public aspect TestTracing extends Tracing {
+}