summaryrefslogtreecommitdiffstats
path: root/test/Issue344Test2.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/Issue344Test2.java')
-rwxr-xr-xtest/Issue344Test2.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/Issue344Test2.java b/test/Issue344Test2.java
deleted file mode 100755
index b0900438c..000000000
--- a/test/Issue344Test2.java
+++ /dev/null
@@ -1,10 +0,0 @@
-public class Issue344Test2 extends Issue344Base {
- protected String getText() {
- // test 2 - unicode hangs program with a large font & long string
- return "\u201Cabcdefghijklmnopqrstuvwxyz\u201D";
- }
-
- public static void main(String[] args) {
- new Issue344Test2().run(args);
- }
-}