summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/Interp/cond.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/AST/Interp/cond.cpp')
-rw-r--r--clang/test/AST/Interp/cond.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/AST/Interp/cond.cpp b/clang/test/AST/Interp/cond.cpp
index 8a5a318c216..1fc69ed333e 100644
--- a/clang/test/AST/Interp/cond.cpp
+++ b/clang/test/AST/Interp/cond.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++17 -fsyntax-only -fforce-experimental-new-constant-interpreter %s -verify
+// RUN: %clang_cc1 -std=c++17 -fsyntax-only -fexperimental-new-constant-interpreter %s -verify
// RUN: %clang_cc1 -std=c++17 -fsyntax-only %s -verify
// expected-no-diagnostics
OpenPOWER on IntegriCloud