summaryrefslogtreecommitdiff
path: root/test/regress/regress1/bags/map1.smt2
diff options
context:
space:
mode:
authormudathirmahgoub <mudathirmahgoub@gmail.com>2021-11-12 15:33:16 -0600
committerGitHub <noreply@github.com>2021-11-12 21:33:16 +0000
commitcc4a58f5d43c62b72783d4bd1f4f00e6ef9257b4 (patch)
tree628f9e849c17de977d143d7f5af24b2cbe924789 /test/regress/regress1/bags/map1.smt2
parent9b1c8a8053fdf57f6491ffd45be301e87e5df52e (diff)
bags: Rename kinds with a more consistent naming scheme (#7611)
Diffstat (limited to 'test/regress/regress1/bags/map1.smt2')
-rw-r--r--test/regress/regress1/bags/map1.smt24
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress1/bags/map1.smt2 b/test/regress/regress1/bags/map1.smt2
index 54d671415..c7dc3d636 100644
--- a/test/regress/regress1/bags/map1.smt2
+++ b/test/regress/regress1/bags/map1.smt2
@@ -5,8 +5,8 @@
(declare-fun x () Int)
(declare-fun y () Int)
(declare-fun f (Int) Int)
-(assert (= A (union_max (bag x 1) (bag y 2))))
-(assert (= A (union_max (bag x 1) (bag y 2))))
+(assert (= A (bag.union_max (bag x 1) (bag y 2))))
+(assert (= A (bag.union_max (bag x 1) (bag y 2))))
(assert (= B (bag.map f A)))
(assert (distinct (f x) (f y) x y))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback