mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
8020051: [TEST_BUG] Testcase for 8004859 has a typo
Reviewed-by: anthony
This commit is contained in:
parent
78ee0b6ff2
commit
79a458c3d4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ import sun.java2d.SunGraphics2D;
|
||||||
*/
|
*/
|
||||||
public final class Test8004859 {
|
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)};
|
100, 100, -100, -100)};
|
||||||
|
|
||||||
private static boolean status = true;
|
private static boolean status = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue