summaryrefslogtreecommitdiffstats
path: root/tests/069-field-type/src/Blah.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/069-field-type/src/Blah.java')
-rw-r--r--tests/069-field-type/src/Blah.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/069-field-type/src/Blah.java b/tests/069-field-type/src/Blah.java
deleted file mode 100644
index fd9833646..000000000
--- a/tests/069-field-type/src/Blah.java
+++ /dev/null
@@ -1,9 +0,0 @@
-
-/**
- * Trivial class; must implement an interesting interface.
- */
-public class Blah implements Runnable {
- public void run() {
- System.out.println("run");
- }
-}