summaryrefslogtreecommitdiff
path: root/clang/test/Misc/constexpr-subobj-init-source-ranges.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Misc/constexpr-subobj-init-source-ranges.cpp')
-rw-r--r--clang/test/Misc/constexpr-subobj-init-source-ranges.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Misc/constexpr-subobj-init-source-ranges.cpp b/clang/test/Misc/constexpr-subobj-init-source-ranges.cpp
index 342da2d88666..990d1056d6d4 100644
--- a/clang/test/Misc/constexpr-subobj-init-source-ranges.cpp
+++ b/clang/test/Misc/constexpr-subobj-init-source-ranges.cpp
@@ -1,4 +1,5 @@
// RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-print-source-range-info %s 2>&1 | FileCheck %s --strict-whitespace
+// RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-print-source-range-info -fexperimental-new-constant-interpreter %s 2>&1 | FileCheck %s --strict-whitespace
struct DelBase {
constexpr DelBase() = delete;