summaryrefslogtreecommitdiff
path: root/test/regress/regress1/bags/map1.smt2
diff options
context:
space:
mode:
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