mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-18 08:49:55 +00:00
Fix double curlies
Pointed out by Arthur in D57624. llvm-svn: 353140
This commit is contained in:
parent
6141b037a9
commit
73f499771f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user