Skip to content

Commit 242e5eb

Browse files
committed
Typo'd some REQUIRES directives
1 parent 04066ce commit 242e5eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp

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

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

1111
// <optional>
1212

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/explicit_const_optional_U.pass.cpp

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

9-
// REQUIRED: std-at-least-c++17
9+
// REQUIRES: std-at-least-c++17
1010
// <optional>
1111

1212
// template <class U>

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// REQUIRED: std-at-least-c++17
9+
// REQUIRES: std-at-least-c++17
1010

1111
// <optional>
1212

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/rvalue_T.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
//
8+
99
// UNSUPPORTED: c++03, c++11, c++14
1010

1111
// <optional>

0 commit comments

Comments
 (0)