Skip to content

Commit 87530e6

Browse files
committed
8296913: Correct enable preview idiom in JdbLastErrorTest.java
Reviewed-by: cjplummer, kevinw, alanb, sspitsyn
1 parent fafe682 commit 87530e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/com/sun/jdi/JdbLastErrorTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
* @summary Test persistence of native last error value under jdb (Windows)
2828
* @requires (os.family == "windows") & (vm.compMode != "Xcomp") & (vm.compMode != "Xint")
2929
* @library /test/lib
30-
* @run compile --release 20 --enable-preview JdbLastErrorTest.java
31-
* @run main/othervm --enable-preview JdbLastErrorTest
30+
* @enablePreview
31+
* @run main/othervm JdbLastErrorTest
3232
*/
3333

3434
import jdk.test.lib.process.OutputAnalyzer;

0 commit comments

Comments
 (0)