3
0
Fork 0
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:
Nikolaj Bjorner 2013-11-07 12:15:51 -08:00
parent 8fb92e6312
commit 759d80dfe3
3 changed files with 6 additions and 4 deletions

View file

@ -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() {