Skip to content

Commit 532cc31

Browse files
committed
Try to fix CI
1 parent 4a7a186 commit 532cc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/libcxx/header_information.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"coroutine": "// UNSUPPORTED: c++03, c++11, c++14, c++17",
5656
"cwchar": "// UNSUPPORTED: no-wide-characters",
5757
"cwctype": "// UNSUPPORTED: no-wide-characters",
58+
"debugging": "// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20, c++23",
5859
"experimental/iterator": "// UNSUPPORTED: c++03",
5960
"experimental/propagate_const": "// UNSUPPORTED: c++03",
6061
"experimental/simd": "// UNSUPPORTED: c++03",
@@ -138,7 +139,6 @@
138139
# implemented yet. They are used in the generated module input. The C++23 standard
139140
# modules will fail to build if a header is added but this list is not updated.
140141
headers_not_available = [
141-
"debugging",
142142
"flat_map",
143143
"flat_set",
144144
"generator",

0 commit comments

Comments
 (0)