mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 13:10:50 +00:00
Fix typos
This commit is contained in:
parent
1873f397db
commit
7485bb4fa7
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ def test_atomic_required(cc):
|
||||||
++y;
|
++y;
|
||||||
++w;
|
++w;
|
||||||
return ++x;
|
return ++x;
|
||||||
}")
|
}
|
||||||
""")
|
""")
|
||||||
t.commit()
|
t.commit()
|
||||||
fails_without = exec_compiler_cmd([cc, CPPFLAGS, '', 'tstatomic.cpp', LDFLAGS, '']) != 0
|
fails_without = exec_compiler_cmd([cc, CPPFLAGS, '', 'tstatomic.cpp', LDFLAGS, '']) != 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue