Skip to content

Commit

Permalink
Fix bitwuzla gold
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Nov 29, 2023
1 parent 5913478 commit 7fd503a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions SBVTestSuite/GoldFiles/query_bitwuzla.gold
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
** Calling: bitwuzla --smt2 -m --output-format=smt2 --no-exit-codes --incremental
** Calling: bitwuzla --produce-models
[GOOD] ; Automatically generated by SBV. Do not edit.
[GOOD] (set-option :print-success true)
[GOOD] (set-option :global-declarations true)
Expand Down Expand Up @@ -55,7 +55,3 @@
[RECV] ((s1 #b00000000000000000000000000000001))
*** Solver : Bitwuzla
*** Exit code: ExitSuccess
*** Std-out : (
(define-fun s0 () (_ BitVec 32) #b00000000000000000000000000000001)
(define-fun s1 () (_ BitVec 32) #b00000000000000000000000000000001)
)

0 comments on commit 7fd503a

Please sign in to comment.