[libcxx-commits] [libcxx] 99dcc9f - [libc++][NFC] Remove leftover entry for <experimental/span> in header_information.py

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 5 14:48:09 PDT 2023


Author: Louis Dionne
Date: 2023-07-05T17:48:04-04:00
New Revision: 99dcc9ff0e545e5061635a1ef24a6a9f71a0e4b6

URL: https://github.com/llvm/llvm-project/commit/99dcc9ff0e545e5061635a1ef24a6a9f71a0e4b6
DIFF: https://github.com/llvm/llvm-project/commit/99dcc9ff0e545e5061635a1ef24a6a9f71a0e4b6.diff

LOG: [libc++][NFC] Remove leftover entry for <experimental/span> in header_information.py

Added: 
    

Modified: 
    libcxx/utils/libcxx/test/header_information.py

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/libcxx/test/header_information.py b/libcxx/utils/libcxx/test/header_information.py
index b4982c3f5d4a80..5d3bc8bda00c05 100644
--- a/libcxx/utils/libcxx/test/header_information.py
+++ b/libcxx/utils/libcxx/test/header_information.py
@@ -27,7 +27,6 @@
     "experimental/regex": "// UNSUPPORTED: no-localization, c++03",
     "experimental/set": "// UNSUPPORTED: c++03",
     "experimental/simd": "// UNSUPPORTED: c++03",
-    "experimental/span": "// UNSUPPORTED: c++03",
     "experimental/string": "// UNSUPPORTED: c++03",
     "experimental/type_traits": "// UNSUPPORTED: c++03",
     "experimental/unordered_map": "// UNSUPPORTED: c++03",


        


More information about the libcxx-commits mailing list