aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features153/pipelining/SimpleAspect.java
diff options
context:
space:
mode:
authoraclement <aclement>2006-07-26 15:01:31 +0000
committeraclement <aclement>2006-07-26 15:01:31 +0000
commit9fcd1e6ce6ec27d7b3db919e1b3605e190b31d3b (patch)
treeb93c4a9d8fb6acf330a36490de33997f0b25f781 /tests/features153/pipelining/SimpleAspect.java
parent06f5e354a7f278ea16e6ea6b76d137e1e9487f55 (diff)
downloadaspectj-9fcd1e6ce6ec27d7b3db919e1b3605e190b31d3b.tar.gz
aspectj-9fcd1e6ce6ec27d7b3db919e1b3605e190b31d3b.zip
pipeline changes: testcode
Diffstat (limited to 'tests/features153/pipelining/SimpleAspect.java')
-rw-r--r--tests/features153/pipelining/SimpleAspect.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/features153/pipelining/SimpleAspect.java b/tests/features153/pipelining/SimpleAspect.java
new file mode 100644
index 000000000..431f93f66
--- /dev/null
+++ b/tests/features153/pipelining/SimpleAspect.java
@@ -0,0 +1,5 @@
+public aspect SimpleAspect {
+ before(): staticinitialization(*) {
+
+ }
+} \ No newline at end of file