diff options
Diffstat (limited to 'test/Issue344Test2.java')
-rwxr-xr-x | test/Issue344Test2.java | 10 |
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); - } -} |