summaryrefslogtreecommitdiff
path: root/test/files/run/t3452b-bcode/J_2.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3452b-bcode/J_2.java')
-rw-r--r--test/files/run/t3452b-bcode/J_2.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/run/t3452b-bcode/J_2.java b/test/files/run/t3452b-bcode/J_2.java
deleted file mode 100644
index 839f334508..0000000000
--- a/test/files/run/t3452b-bcode/J_2.java
+++ /dev/null
@@ -1,6 +0,0 @@
-public class J_2 {
- public static void j() {
- StringSearch.search("test");
- StringSearch.searchC("test");
- }
-}