Skip to content

Commit d437e68

Browse files
committed
[clang][Interp][NFC] Enable constexpr-single-element-array test
1 parent e06fc2b commit d437e68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/SemaCXX/constexpr-single-element-array.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// RUN: %clang_cc1 -std=c++20 -verify %s
2+
// RUN: %clang_cc1 -std=c++20 -verify -fexperimental-new-constant-interpreter %s
3+
24

35
// This test makes sure that a single element array doesn't produce
46
// spurious errors during constexpr evaluation.

0 commit comments

Comments
 (0)