aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bringup/EmptyClass.java
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-08-19 08:01:02 +0000
committeracolyer <acolyer>2005-08-19 08:01:02 +0000
commitb6534a87a3a6dc094bf2c704548f49094f250dc4 (patch)
tree1edcec5f3caf355671696c67baad2bdc287f7c63 /tests/bringup/EmptyClass.java
parentcfe61d6ce06def3e24d1c62e047cd029c6f1f428 (diff)
downloadaspectj-b6534a87a3a6dc094bf2c704548f49094f250dc4.tar.gz
aspectj-b6534a87a3a6dc094bf2c704548f49094f250dc4.zip
collection of really basic tests to use when bringing up a new version of the JDT compiler (these are not linked into the main test suite). Fortunately I didn't need too many in here this time round...
Diffstat (limited to 'tests/bringup/EmptyClass.java')
-rw-r--r--tests/bringup/EmptyClass.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bringup/EmptyClass.java b/tests/bringup/EmptyClass.java
new file mode 100644
index 000000000..36b60bf51
--- /dev/null
+++ b/tests/bringup/EmptyClass.java
@@ -0,0 +1 @@
+public class EmptyClass {} \ No newline at end of file