Skip to content

Commit 6837f7d

Browse files
committed
Minor tweaks
1 parent 8322d01 commit 6837f7d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/add_sat.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// REQUIRES: std-at-least-c++26
1010

1111
// The test uses "Placeholder variables with no name"
12-
// UNSUPPORTED: Apple-Clang-15, Apple-Clang-16
12+
// UNSUPPORTED: apple-clang-15, apple-clang-16
1313

1414
// <numeric>
1515

libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/div_sat.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// REQUIRES: std-at-least-c++26
1010

1111
// The test uses "Placeholder variables with no name"
12-
// UNSUPPORTED: Apple-Clang-15, Apple-Clang-16
12+
// UNSUPPORTED: apple-clang-15, apple-clang-16
1313

1414
// <numeric>
1515

libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/mul_sat.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// REQUIRES: std-at-least-c++26
1010

1111
// The test uses "Placeholder variables with no name"
12-
// UNSUPPORTED: Apple-Clang-15, Apple-Clang-16
12+
// UNSUPPORTED: apple-clang-15, apple-clang-16
1313

1414
// <numeric>
1515

libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/saturate_cast.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// REQUIRES: std-at-least-c++26
1010

1111
// The test uses "Placeholder variables with no name"
12-
// UNSUPPORTED: Apple-Clang-15, Apple-Clang-16
12+
// UNSUPPORTED: apple-clang-15, apple-clang-16
1313

1414
// <numeric>
1515

libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/sub_sat.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// REQUIRES: std-at-least-c++26
1010

1111
// The test uses "Placeholder variables with no name"
12-
// UNSUPPORTED: Apple-Clang-15, Apple-Clang-16
12+
// UNSUPPORTED: apple-clang-15, apple-clang-16
1313

1414
// <numeric>
1515

0 commit comments

Comments
 (0)