[libcxx-commits] [libcxx] 1702ff3 - [libc++] Fix likely rebase conflict that was not resolved properly
    Louis Dionne via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Fri Apr 21 05:37:54 PDT 2023
    
    
  
Author: Louis Dionne
Date: 2023-04-21T08:37:47-04:00
New Revision: 1702ff3d12b9e292a122da206dae71a4ecd87506
URL: https://github.com/llvm/llvm-project/commit/1702ff3d12b9e292a122da206dae71a4ecd87506
DIFF: https://github.com/llvm/llvm-project/commit/1702ff3d12b9e292a122da206dae71a4ecd87506.diff
LOG: [libc++] Fix likely rebase conflict that was not resolved properly
Added: 
    
Modified: 
    libcxx/test/libcxx/private_headers.verify.cpp
Removed: 
    
################################################################################
diff  --git a/libcxx/test/libcxx/private_headers.verify.cpp b/libcxx/test/libcxx/private_headers.verify.cpp
index 7d069251a05e..e51141198587 100644
--- a/libcxx/test/libcxx/private_headers.verify.cpp
+++ b/libcxx/test/libcxx/private_headers.verify.cpp
@@ -25,6 +25,7 @@ for header in private_headers:
 
   # Skip the locale API headers, since they are platform-specific and thus inherently non-modular
   if 'locale_base_api' in header:
+    continue
 
   # TODO: Stop skipping PSTL headers once their integration is finished.
   if header.startswith('__pstl'):
        
    
    
More information about the libcxx-commits
mailing list