3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-16 23:25:36 +00:00

Clarify required tptp frontend extern flags in test

Agent-Logs-Url: https://github.com/Z3Prover/z3/sessions/f07170c1-549a-464c-89f8-fee973f9790f

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-11 16:51:09 +00:00 committed by GitHub
parent 4350d8f29d
commit b3e19ffeaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ static std::string run_tptp(char const* file) {
return out.str();
}
// Required externs from shell/tptp_frontend.cpp; keep output minimal in tests.
bool g_display_statistics = false;
bool g_display_model = false;