Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit c64eb1f

Browse files
committed
Fix double curlies
Pointed out by Arthur in D57624. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@353140 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 6b1420d commit c64eb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/generate_feature_test_macro_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ def produce_tests():
865865
866866
#endif // TEST_STD_VER > 17
867867
868-
int main(int, char**) { return 0; }
868+
int main(int, char**) {{ return 0; }}
869869
""".format(script_name=script_name,
870870
header=h,
871871
test_tags=test_tags,

0 commit comments

Comments
 (0)