Skip to content

Commit bee2ae8

Browse files
committed
[NFC][libc++][test] ' ,c++17' -> ', c++17'.
1 parent e791e9f commit bee2ae8

7 files changed

+7
-7
lines changed

libcxx/test/libcxx/diagnostics/chrono.nodiscard_extensions.compile.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Check that format functions aren't marked [[nodiscard]] when
1010
// _LIBCPP_DISBALE_NODISCARD_EXT is defined
1111

12-
// UNSUPPORTED: c++03, c++11, c++14 ,c++17
12+
// UNSUPPORTED: c++03, c++11, c++14, c++17
1313
// UNSUPPORTED: no-filesystem, no-localization, no-tzdb
1414

1515
// XFAIL: libcpp-has-no-incomplete-tzdb

libcxx/test/libcxx/diagnostics/chrono.nodiscard_extensions.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Check that format functions are marked [[nodiscard]] as a conforming extension
1010

11-
// UNSUPPORTED: c++03, c++11, c++14 ,c++17
11+
// UNSUPPORTED: c++03, c++11, c++14, c++17
1212
// UNSUPPORTED: no-filesystem, no-localization, no-tzdb
1313

1414
// XFAIL: libcpp-has-no-incomplete-tzdb

libcxx/test/libcxx/diagnostics/format.nodiscard_extensions.compile.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// TODO FMT This test should not require std::to_chars(floating-point)
1313
// XFAIL: availability-fp_to_chars-missing
1414

15-
// UNSUPPORTED: c++03, c++11, c++14 ,c++17
15+
// UNSUPPORTED: c++03, c++11, c++14, c++17
1616

1717
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_NODISCARD_EXT
1818

libcxx/test/libcxx/diagnostics/format.nodiscard_extensions.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// TODO FMT This test should not require std::to_chars(floating-point)
1212
// XFAIL: availability-fp_to_chars-missing
1313

14-
// UNSUPPORTED: c++03, c++11, c++14 ,c++17
14+
// UNSUPPORTED: c++03, c++11, c++14, c++17
1515

1616
#include <format>
1717

libcxx/test/libcxx/diagnostics/ranges.nodiscard_extensions.compile.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Check that ranges algorithms aren't marked [[nodiscard]] when
1010
// _LIBCPP_DISBALE_NODISCARD_EXT is defined
1111

12-
// UNSUPPORTED: c++03, c++11, c++14 ,c++17
12+
// UNSUPPORTED: c++03, c++11, c++14, c++17
1313

1414
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_NODISCARD_EXT
1515

libcxx/test/libcxx/diagnostics/ranges.nodiscard_extensions.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Check that ranges algorithms are marked [[nodiscard]] as a conforming extension
1010

11-
// UNSUPPORTED: c++03, c++11, c++14 ,c++17
11+
// UNSUPPORTED: c++03, c++11, c++14, c++17
1212

1313
#include <algorithm>
1414

libcxx/test/libcxx/diagnostics/view_adaptors.nodiscard_extensions.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Check that view adaptors are marked [[nodiscard]] as a conforming extension
1010

11-
// UNSUPPORTED: c++03, c++11, c++14 ,c++17, c++20
11+
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
1212

1313
#include <ranges>
1414
#include <vector>

0 commit comments

Comments
 (0)