3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-19 04:13:38 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-06-22 12:23:36 -07:00
parent 6ced6995d0
commit 38d6771a5e

View file

@ -69,7 +69,7 @@ class top_sort {
} }
while (s_f != f); while (s_f != f);
m_stack_P.pop_back(); m_stack_P.pop_back();
} }
} }
} }