Skip to content

Commit

Permalink
Make test more interesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Sep 26, 2023
1 parent 0dcbeb7 commit 7da5509
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/everything/testfile-smt-instr-get-info.dolmen.expected
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(error "Invalid (get-info :reason-unknown)")

unsat
unknown
(:all-statistics unsupported)
(:assertion-stack-levels unsupported)
(:authors "Alt-Ergo developers")
(:error-behavior immediate-exit)
(:name "Alt-Ergo")
(error "Invalid (get-info :reason-unknown)")
(:reason-unknown incomplete)
(:version dev)
(error "unknown option ':foo'")
3 changes: 2 additions & 1 deletion tests/everything/testfile-smt-instr-get-info.dolmen.smt2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

(declare-const x Int)
(declare-const y Int)
(assert (= (* x x) 3))

(assert (= (* x x) 4))

(get-info :reason-unknown)
(check-sat)
Expand Down

0 comments on commit 7da5509

Please sign in to comment.