aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs163
diff options
context:
space:
mode:
authoraclement <aclement>2008-10-24 20:38:04 +0000
committeraclement <aclement>2008-10-24 20:38:04 +0000
commitfd9f0b56e8a8b81c9102a81af9c17e53edc1b2cd (patch)
tree4bcb93da5f756f2fad4a2cf42ec49f5d06795548 /tests/bugs163
parent0ef961c9eff0fba9b96f0573cc95fe4d7f70332b (diff)
downloadaspectj-fd9f0b56e8a8b81c9102a81af9c17e53edc1b2cd.tar.gz
aspectj-fd9f0b56e8a8b81c9102a81af9c17e53edc1b2cd.zip
251940: testcode
Diffstat (limited to 'tests/bugs163')
-rw-r--r--tests/bugs163/pr251940/F.aj3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/bugs163/pr251940/F.aj b/tests/bugs163/pr251940/F.aj
deleted file mode 100644
index fb1645bc2..000000000
--- a/tests/bugs163/pr251940/F.aj
+++ /dev/null
@@ -1,3 +0,0 @@
-public aspect F implements Comparable pertarget(within(F)) {
-
-}