Fix double curlies

Pointed out by Arthur in D57624.

llvm-svn: 353140
This commit is contained in:
JF Bastien 2019-02-05 05:34:12 +00:00
parent 6141b037a9
commit 73f499771f
1 changed files with 1 additions and 1 deletions

View File

@ -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,