Skip to content

Commit

Permalink
update parameter name
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Sep 9, 2021
1 parent 8cea101 commit 056135c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regressions/smt2/issue-1224.smt2
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

(set-option :unicode false)
(set-option :encoding ascii)
(declare-fun X () String)
(assert (not (str.in.re X (re.* (re.range "\u{0}" "\u{FF}")))))
(check-sat)

(reset)
(set-option :unicode true)
(set-option :encoding unicode)
(declare-fun X () String)
(assert (not (str.in.re X (re.* (re.range "\u{0}" "\u{2FFFF}")))))
(check-sat)

0 comments on commit 056135c

Please sign in to comment.