diff --git a/libcxx/test/libcxx/private_headers.verify.cpp b/libcxx/test/libcxx/private_headers.verify.cpp --- a/libcxx/test/libcxx/private_headers.verify.cpp +++ b/libcxx/test/libcxx/private_headers.verify.cpp @@ -23,7 +23,7 @@ if header.startswith('__support'): continue - # TODO: Stop skipping PSTL headers once their integration is finished. + # Skip PSTL headers. They might not be available. if header.startswith('__pstl'): continue