summaryrefslogtreecommitdiffstats
path: root/tests/new/Clazz.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/new/Clazz.java')
-rw-r--r--tests/new/Clazz.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/new/Clazz.java b/tests/new/Clazz.java
new file mode 100644
index 000000000..2e2af67a7
--- /dev/null
+++ b/tests/new/Clazz.java
@@ -0,0 +1,6 @@
+import org.aspectj.testing.*;
+class Clazz {
+ public static void main(String[] args) {
+ Tester.check(true, "compiled");
+ }
+}