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:
parent
f3b8fe130a
commit
1f9d5249a3
2 changed files with 5 additions and 5 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue