aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test
diff options
context:
space:
mode:
authorEduardo Julian2017-10-26 21:42:07 -0400
committerEduardo Julian2017-10-26 21:42:07 -0400
commitd471b1990f2cbea67eb8f277a390d12d54d23767 (patch)
treec822ba0a8cd7eb677d40bd78b6da98542e4c9326 /stdlib/test
parent3439602c2b356eaef3359b6496a0237f1af55e33 (diff)
- 2 tests in the stdlib got fixed after the random unicode text fix.
Diffstat (limited to 'stdlib/test')
-rw-r--r--stdlib/test/test/lux/data/text.lux2
-rw-r--r--stdlib/test/test/lux/data/text/regex.lux2
2 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/test/test/lux/data/text.lux b/stdlib/test/test/lux/data/text.lux
index c32494861..92914ba25 100644
--- a/stdlib/test/test/lux/data/text.lux
+++ b/stdlib/test/test/lux/data/text.lux
@@ -25,7 +25,7 @@
(:: r;Monad<Random> map (|>. (n.% +20) (n.+ +1)))))
(context: "Locations"
- (<| (seed +4670357681168475116)
+ (<| (times +100)
(do @
[size bounded-size
idx (:: @ map (n.% size) r;nat)
diff --git a/stdlib/test/test/lux/data/text/regex.lux b/stdlib/test/test/lux/data/text/regex.lux
index 56aa34d40..ee34db931 100644
--- a/stdlib/test/test/lux/data/text/regex.lux
+++ b/stdlib/test/test/lux/data/text/regex.lux
@@ -267,7 +267,7 @@
))
(context: "Pattern-matching"
- (<| (seed +8146146848425792192)
+ (<| (times +100)
(do @
[sample1 (r;text +3)
sample2 (r;text +3)