8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" after JDK-8316053

Reviewed-by: serb, aivanov
This commit is contained in:
lawrence.andrews 2023-11-06 20:10:51 +00:00 committed by Alexey Ivanov
parent cdf337357a
commit e4803e0cbf

@ -28,7 +28,8 @@
* @summary displays an animating fps (frames per second)
* counter. When the window is dragged from monitor to monitor,
* the speed of the animation should not change too greatly.
* @library /open/test/jdk/java/awt/regtesthelpers
* @library /java/awt/regtesthelpers
* @build PassFailJFrame
* @run main/manual MultimonVImage
*/
@ -180,4 +181,5 @@ class AnimatingFrame extends JFrame implements Runnable {
component.repaint();
}
}
}
}