8020051: [TEST_BUG] Testcase for 8004859 has a typo
Reviewed-by: anthony
This commit is contained in:
parent
78ee0b6ff2
commit
79a458c3d4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user