diff options
Diffstat (limited to 'test/Issue344Test1.java')
-rw-r--r-- | test/Issue344Test1.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/Issue344Test1.java b/test/Issue344Test1.java deleted file mode 100644 index c0608ed6e..000000000 --- a/test/Issue344Test1.java +++ /dev/null @@ -1,10 +0,0 @@ -public class Issue344Test1 extends Issue344Base { - protected String getText() { - // test 1 - weird artifacts appear with a large font & long string - return "abcdefghijklmnopqrstuvwxyz1234567890"; - } - - public static void main(String[] args) { - new Issue344Test1().run(args); - } -} |