3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-13 20:35:39 +00:00

Cleanup thanks to Copilot (#9709)

This commit is contained in:
Hari Govind V K 2026-06-04 18:46:33 +01:00 committed by GitHub
parent 400fe313d9
commit 98ce7f5d05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -239,6 +239,7 @@ static void test_dt_multiple_vars() {
VERIFY(!m.is_false(projected));
VERIFY(mdl->is_true(projected));
VERIFY(vars.empty());
std::cout << " PASS\n\n";
}