8020051: [TEST_BUG] Testcase for 8004859 has a typo

Reviewed-by: anthony
This commit is contained in:
Sergey Bylokhov 2013-08-16 16:52:53 +04:00
parent 78ee0b6ff2
commit 79a458c3d4

View File

@ -37,7 +37,7 @@ import sun.java2d.SunGraphics2D;
*/
public final class Test8004859 {
private static Shape[] clips = {new Rectangle(0, 0, 1, 1), new Rectangle(
private static Shape[] clips = {new Rectangle(0, 0, -1, -1), new Rectangle(
100, 100, -100, -100)};
private static boolean status = true;