Skip to content

Commit 006a144

Browse files
updated test description
Co-authored-by: Nikolas Klauser <[email protected]>
1 parent b88cad5 commit 006a144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/memory/nodiscard.verify.cpp

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

9-
// check that functions are marked [[nodiscard]] as an extension in C++17
9+
// check that functions are marked [[nodiscard]]
1010

1111
// [[nodiscard]] std::make_unique(Args&&...);
1212
// [[nodiscard]] std::make_unique(size_t);

0 commit comments

Comments
 (0)