mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix regression
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8fb92e6312
commit
759d80dfe3
3 changed files with 6 additions and 4 deletions
|
@ -111,6 +111,8 @@ static void test_sorting4() {
|
|||
svector<unsigned> in;
|
||||
in.resize(5);
|
||||
test_sorting4_r(0, in);
|
||||
in.resize(8);
|
||||
test_sorting4_r(0, in);
|
||||
}
|
||||
|
||||
void test_sorting3() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue