3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 08:35:31 +00:00

Fix typos

This commit is contained in:
Christoph M. Wintersteiger 2024-03-23 13:25:58 +00:00
parent 1873f397db
commit 7485bb4fa7
No known key found for this signature in database
GPG key ID: 50B5FDA31455CFF3

View file

@ -327,7 +327,7 @@ def test_atomic_required(cc):
++y;
++w;
return ++x;
}")
}
""")
t.commit()
fails_without = exec_compiler_cmd([cc, CPPFLAGS, '', 'tstatomic.cpp', LDFLAGS, '']) != 0