aboutsummaryrefslogtreecommitdiffstats
path: root/ajde/testdata/BuildCancelling/A3.aj
diff options
context:
space:
mode:
authoraclement <aclement>2007-01-15 08:45:27 +0000
committeraclement <aclement>2007-01-15 08:45:27 +0000
commit4820dcea42b8379dc40ce157ca09d2740313309d (patch)
tree30f87ad0dad1b06d6cf075d960ae4a3833514f30 /ajde/testdata/BuildCancelling/A3.aj
parenta03aa0cd334806004c0b8060058e40704da9adab (diff)
downloadaspectj-4820dcea42b8379dc40ce157ca09d2740313309d.tar.gz
aspectj-4820dcea42b8379dc40ce157ca09d2740313309d.zip
148190#32
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