summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/union-1b-flip.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/sets/union-1b-flip.smt2')
-rw-r--r--test/regress/regress0/sets/union-1b-flip.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/sets/union-1b-flip.smt2 b/test/regress/regress0/sets/union-1b-flip.smt2
index e2b19b31a..228452f54 100644
--- a/test/regress/regress0/sets/union-1b-flip.smt2
+++ b/test/regress/regress0/sets/union-1b-flip.smt2
@@ -3,7 +3,7 @@
; EXPECT: sat
; x not in A U B => x not in A
-(set-logic ALL_SUPPORTED)
+(set-logic ALL)
(define-sort SetInt () (Set Int))
(declare-fun A () (Set Int))
(declare-fun B () (Set Int))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback