Skip to content

Commit

Permalink
8286475: Drop --enable-preview from instanceof pattern matching relat…
Browse files Browse the repository at this point in the history
…ed tests

Backport-of: 8c977050aa20a7e9a6d0d83d18dce25defcc7a46
  • Loading branch information
GoeLin committed Sep 27, 2023
1 parent 035b3f5 commit 6bdd611
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -35,7 +35,7 @@
* @build toolbox.ToolBox toolbox.JavacTask
* @build combo.ComboTestHelper
* @compile ConditionalExpressionResolvePending.java
* @run main/othervm --enable-preview ConditionalExpressionResolvePending
* @run main/othervm ConditionalExpressionResolvePending
*/

import combo.ComboInstance;
Expand Down

1 comment on commit 6bdd611

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.