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