diff options
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 { +} |