Skip to content

Commit 9a24af3

Browse files
committed
Update the test requirements to target C++26
1 parent d6db25a commit 9a24af3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/test/std/utilities/utility/utility.monostate.relpos/relops.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: std-at-least-c++17
9+
// REQUIRES: std-at-least-c++26
1010

1111
// <utility>
1212

libcxx/test/std/utilities/utility/utility.monostate/monostate.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99

10-
// REQUIRES: std-at-least-c++17
10+
// REQUIRES: std-at-least-c++26
1111

1212
// <utility>
1313

0 commit comments

Comments
 (0)