summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/list-head-x.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/sygus/list-head-x.sy')
-rw-r--r--test/regress/regress1/sygus/list-head-x.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sygus/list-head-x.sy b/test/regress/regress1/sygus/list-head-x.sy
index c6b7d032a..f1c99a28f 100644
--- a/test/regress/regress1/sygus/list-head-x.sy
+++ b/test/regress/regress1/sygus/list-head-x.sy
@@ -1,6 +1,6 @@
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-si=all --sygus-out=status
-(set-logic ALL_SUPPORTED)
+(set-logic ALL)
(declare-datatypes ((List 0)) (((cons (head Int) (tail List)) (nil))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback