Skip to content

Commit

Permalink
Fix regression for scrubber. (cvc5#10025)
Browse files Browse the repository at this point in the history
The scrubber command of  regress0/proofs/proof-components.smt2 escaped `:`, which it shouldn't have.
  • Loading branch information
ajreynol authored Sep 13, 2023
1 parent 11b5db4 commit 2cf1b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regress/cli/regress0/proofs/proof-components.smt2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; SCRUBBER: grep -v -E '(\(|\)|\:proves)'
; SCRUBBER: grep -v -E '(\(|\)|:proves)'
; COMMAND-LINE: --simplification=none
; EXPECT: unsat
; DISABLE-TESTER: lfsc
Expand Down

0 comments on commit 2cf1b01

Please sign in to comment.