Skip to content

Commit 6bdd611

Browse files
committedSep 27, 2023
8286475: Drop --enable-preview from instanceof pattern matching related tests
Backport-of: 8c977050aa20a7e9a6d0d83d18dce25defcc7a46
1 parent 035b3f5 commit 6bdd611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/langtools/tools/javac/ConditionalExpressionResolvePending.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -35,7 +35,7 @@
3535
* @build toolbox.ToolBox toolbox.JavacTask
3636
* @build combo.ComboTestHelper
3737
* @compile ConditionalExpressionResolvePending.java
38-
* @run main/othervm --enable-preview ConditionalExpressionResolvePending
38+
* @run main/othervm ConditionalExpressionResolvePending
3939
*/
4040

4141
import combo.ComboInstance;

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Sep 27, 2023

@openjdk-notifier[bot]
Please sign in to comment.