Skip to content

Commit 76119b1

Browse files
committed
Fix the check for C++03 in a test
1 parent ae0a272 commit 76119b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/extensions/libcxx/odr_signature.assertion_semantics.sh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// XFAIL: msvc
1111

1212
// Assertion semantics are not supported in C++03 mode
13-
// UNSUPPORTED: std=c++03
13+
// UNSUPPORTED: c++03
1414

1515
// Test that we encode the assertion semantic in an ABI tag to avoid ODR violations when linking TUs that have different
1616
// values for it.

0 commit comments

Comments
 (0)