mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 13:14:09 -05:00
test: fix config for new option format
This commit is contained in:
parent
2efa811b3f
commit
951be35112
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ default_expect = "sat"
|
|||
[sidekick]
|
||||
|
||||
binary = "./sidekick"
|
||||
cmd = "./sidekick -no-check -time $timeout $file"
|
||||
cmd = "./sidekick --no-check --time $timeout $file"
|
||||
unsat = "Unsat"
|
||||
sat = "Sat"
|
||||
unknown = "Timeout|Unknown"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue