summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2014-03-31 15:55:45 -0500
committerTianyi Liang <tianyi-liang@uiowa.edu>2014-03-31 17:35:56 -0500
commitb19aa753e376cd02f750ced25c842fe20869ef8a (patch)
tree383b6b1639b9933b0774c04ac0af872e3651aec2 /test/regress/regress0/strings
parentd95a29f8dc8e1a0b9086849a593981a9d9b5d3c8 (diff)
add str to u16/u32, and u16/u32 to str
Diffstat (limited to 'test/regress/regress0/strings')
-rw-r--r--test/regress/regress0/strings/type002.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/strings/type002.smt2 b/test/regress/regress0/strings/type002.smt2
index ac4d9ab8a..cbad2226a 100644
--- a/test/regress/regress0/strings/type002.smt2
+++ b/test/regress/regress0/strings/type002.smt2
@@ -8,7 +8,7 @@
(declare-fun i () Int)
(assert (>= i 420))
-(assert (= x (int.to.str i)))
+(assert (= x (u16.to.str i)))
(assert (= x (str.++ y "0" z)))
(assert (not (= y "")))
(assert (not (= z "")))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback