Skip to content

Commit 829c778

Browse files
committed
Update existing test to add correct z3 arguments
So that the z3 sub process is actually started and expecting smt2 commands from the pipe in this test.
1 parent e5676af commit 829c778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression/cbmc-incr-smt2/nondeterministic-int-assert/incremental_solver_called.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE
22
test.c
3-
--incremental-smt2-solver z3
4-
Passing problem to incremental SMT2 solving via "z3"
3+
--incremental-smt2-solver "z3 --smt2 -in"
4+
Passing problem to incremental SMT2 solving via "z3 --smt2 -in"
55
^EXIT=(0|127|134|137)$
66
^SIGNAL=0$
77
identifier: main::1::x

0 commit comments

Comments
 (0)