Skip to content

Commit 56b3275

Browse files
authored
Merge pull request #76459 from rjmansfield/check-libcxx-version
[test] Set _LIBCPP_VERSION check in check-libcxx-version.cpp to include 170004
2 parents b16dbcc + 6989653 commit 56b3275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/stdlib/Inputs/check-libcxx-version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ int main() {
66
return 1;
77
#endif
88

9-
#if _LIBCPP_VERSION >= 170006
9+
#if _LIBCPP_VERSION >= 170004
1010
return 0;
1111
#else
1212
return 1;

0 commit comments

Comments
 (0)