diff options
| -rwxr-xr-x | libcxx/utils/generate_feature_test_macro_components.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/generate_feature_test_macro_components.py b/libcxx/utils/generate_feature_test_macro_components.py index e9e5317..d0f9d27 100755 --- a/libcxx/utils/generate_feature_test_macro_components.py +++ b/libcxx/utils/generate_feature_test_macro_components.py @@ -1957,7 +1957,7 @@ Value = NewType("Value", str) # The value of a feature test macro including the @dataclass class Metadata: - headers: list[str] = None + headers: List[str] = None test_suite_guard: str = None libcxx_guard: str = None |
