summaryrefslogtreecommitdiff
path: root/test/regress
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-06-11 16:47:13 -0500
committerGitHub <noreply@github.com>2019-06-11 16:47:13 -0500
commit3c2099bc67595bc015eb3b491e1110b1e94c0d25 (patch)
tree105ccd6cc409aab7667728ddb3b6c36a6ecfa22f /test/regress
parenta8e9dd456af98c909a19da7a8458aab9fa7f2ea2 (diff)
Do not require sygus constructors to be flattened (#3049)
Diffstat (limited to 'test/regress')
-rw-r--r--test/regress/regress1/sygus/sygus-dt.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sygus/sygus-dt.sy b/test/regress/regress1/sygus/sygus-dt.sy
index 2f3f4dbb9..336c59b27 100644
--- a/test/regress/regress1/sygus/sygus-dt.sy
+++ b/test/regress/regress1/sygus/sygus-dt.sy
@@ -7,7 +7,7 @@
(define-fun g ((x Int)) List (cons (+ x 1) nil))
(define-fun i () List (cons 3 nil))
-(synth-fun f ((x Int)) List ((Start List ((g StartInt) i (cons StartInt Start) (nil) (tail Start)))
+(synth-fun f ((x Int)) List ((Start List ((g StartInt) i (cons StartInt Start) nil (tail Start)))
(StartInt Int (x 0 1 (+ StartInt StartInt)))))
(declare-var x Int)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback