diff options
author | aclement <aclement> | 2006-02-01 15:20:37 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-02-01 15:20:37 +0000 |
commit | 1d41626c3d8489acf9a630d9236a9ecdf912363d (patch) | |
tree | 1ce3c359e143d8accaebbe46411ba1fb1eb7e759 /tests/bugs151/pr125699/TestTracing.aj | |
parent | b913ddec0a176758ab95a6e7df378f66607aa44c (diff) | |
download | aspectj-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.aj | 2 |
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 { +} |