summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/bug654-dd.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/push-pop/bug654-dd.smt2')
-rw-r--r--test/regress/regress0/push-pop/bug654-dd.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/push-pop/bug654-dd.smt2 b/test/regress/regress0/push-pop/bug654-dd.smt2
index bd8419b57..a3f64d2b1 100644
--- a/test/regress/regress0/push-pop/bug654-dd.smt2
+++ b/test/regress/regress0/push-pop/bug654-dd.smt2
@@ -1,5 +1,5 @@
; COMMAND-LINE: --incremental --fmf-fun --strings-exp
-(set-logic ALL_SUPPORTED)
+(set-logic ALL)
(declare-datatypes ((List_T_C 0) (T_CustomerType 0)) (
((List_T_C$CNil_T_CustomerType) (ListTC (ListTC$head T_CustomerType) (ListTC$tail List_T_C)))
((T_CustomerType$C_T_CustomerType (T_CustomerType$C_T_CustomerType$a_CompanyName Int) (T_CustomerType$C_T_CustomerType$a_ContactName Int) (ID Int)))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback