Skip to content

Commit

Permalink
reenabling
Browse files Browse the repository at this point in the history
  • Loading branch information
HanielB committed Feb 26, 2024
1 parent c13dbe2 commit bef410c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions test/regress/cli/regress0/preprocess/issue10148.smt2
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
; EXPECT: unsat
;; Carcara does not yet support the unicode representation of characters.
; DISABLE-TESTER: alethe
(set-logic ALL)
(declare-const x Int)
(declare-fun v () String)
(assert (and (> 0 x) (distinct 0 (ite (= "\n" (str.at v 0)) 1 0))))
(and (> 0 x) (distinct 0 (ite (= "\u{5c}n" (str.at v 0)) 1 0)))
(check-sat)
2 changes: 0 additions & 2 deletions test/regress/cli/regress0/quantifiers/issue5693-prenex.smt2
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
; COMMAND-LINE: --full-saturate-quant -i
; EXPECT: unsat
; DISABLE-TESTER: unsat-core
;; Carcara does not yet support alpha-equivalence checking for forall_inst
; DISABLE-TESTER: alethe
(set-logic ALL)
(set-option :pre-skolem-quant on)
(declare-fun v7 () Bool)
Expand Down

0 comments on commit bef410c

Please sign in to comment.