summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/generate_feature_test_macro_components.py
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/utils/generate_feature_test_macro_components.py')
-rwxr-xr-xlibcxx/utils/generate_feature_test_macro_components.py2
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 d923208a124..c11846ec6e1 100755
--- a/libcxx/utils/generate_feature_test_macro_components.py
+++ b/libcxx/utils/generate_feature_test_macro_components.py
@@ -865,7 +865,7 @@ def produce_tests():
#endif // TEST_STD_VER > 17
-int main(int, char**) { return 0; }
+int main(int, char**) {{ return 0; }}
""".format(script_name=script_name,
header=h,
test_tags=test_tags,
OpenPOWER on IntegriCloud