Skip to content

Commit 4b30563

Browse files
authored
[libc++][C++03] Fix test/libcxx-03/system_reserved_names.gen.py (llvm#155385)
This test only fails because it includes `<__config>`. Switch to using `<__cxx03/__config>` instead to fix the issue.
1 parent 749537f commit 4b30563

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libcxx/test/libcxx-03/system_reserved_names.gen.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@
2929
{lit_header_restrictions.get(header, '')}
3030
{lit_header_undeprecations.get(header, '')}
3131
32-
// UNSUPPORTED: FROZEN-CXX03-HEADERS-FIXME
33-
3432
// This is required to detect the platform we're building for below.
35-
#include <__config>
33+
#include <__cxx03/__config>
3634
3735
#define SYSTEM_RESERVED_NAME This name should not be used in libc++
3836

0 commit comments

Comments
 (0)