-; EXPECT: (error "Parse Error: issue-4075.smt2:10.26: expecting number of repeats > 0
+; REQUIRES: no-competition
+; EXPECT: (error "Parse Error: issue-4075.smt2:11.26: expecting number of repeats > 0
; EXPECT:
; EXPECT: (simplify ((_ repeat 0) b))
; EXPECT: ^
; EXPECT: sat
; EXPECT: sat
(set-logic ALL)
-(set-option :produce-models true)
(declare-fun a ((_ BitVec 2)) Int)
(declare-fun b (Int) (_ BitVec 2))
(declare-const c Int)
-; EXPECT: (error "Parse Error: issue-4130.smt2:9.39: expecting bit-width > 0
+; REQUIRES: no-competition
+; EXPECT: (error "Parse Error: issue-4130.smt2:10.39: expecting bit-width > 0
; EXPECT:
; EXPECT: (assert (and (= a (bv2nat ((_ int2bv 0) a)))))
; EXPECT: ^