summaryrefslogtreecommitdiffstats
path: root/tests/052-verifier-fun/src/BlahTwo.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/052-verifier-fun/src/BlahTwo.java')
-rw-r--r--tests/052-verifier-fun/src/BlahTwo.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/052-verifier-fun/src/BlahTwo.java b/tests/052-verifier-fun/src/BlahTwo.java
deleted file mode 100644
index cff367091..000000000
--- a/tests/052-verifier-fun/src/BlahTwo.java
+++ /dev/null
@@ -1,5 +0,0 @@
-public class BlahTwo extends Blah implements BlahFeature {
- public void doStuff() {
- System.out.println("BlahTwo");
- }
-}