3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fix build break regarind z3test.py and added rlimit

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-09-28 14:05:57 -07:00
parent f3b8fe130a
commit 1f9d5249a3
2 changed files with 5 additions and 5 deletions

View file

@ -238,5 +238,5 @@ void get_memory_statistics(statistics& st) {
}
void get_rlimit_statistics(reslimit& l, statistics& st) {
st.update("rlimit-count", l.count());
st.update("rlimit count", l.count());
}