aboutsummaryrefslogtreecommitdiffstats
path: root/ajde/testdata/BuildCancelling/A3.aj
diff options
context:
space:
mode:
Diffstat (limited to 'ajde/testdata/BuildCancelling/A3.aj')
-rw-r--r--ajde/testdata/BuildCancelling/A3.aj9
1 files changed, 0 insertions, 9 deletions
diff --git a/ajde/testdata/BuildCancelling/A3.aj b/ajde/testdata/BuildCancelling/A3.aj
deleted file mode 100644
index d9f7a6888..000000000
--- a/ajde/testdata/BuildCancelling/A3.aj
+++ /dev/null
@@ -1,9 +0,0 @@
-
-public aspect A3 {
-
- pointcut m1(): call(* *print*(..));
-
- before(): m1() {
- System.err.println("Calling print");
- }
-} \ No newline at end of file