aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/ffi.old.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/ffi.old.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/ffi.old.lux b/stdlib/source/test/lux/ffi.old.lux
index aa4b73548..0aa631ab8 100644
--- a/stdlib/source/test/lux/ffi.old.lux
+++ b/stdlib/source/test/lux/ffi.old.lux
@@ -92,9 +92,9 @@
int (\ ! map (|>> /.long_to_int) random.int)
char (\ ! map (|>> /.long_to_int /.int_to_char) random.int)
double (|> random.frac
- (random.filter (|>> f.not_a_number? not)))
+ (random.only (|>> f.not_a_number? not)))
float (|> random.frac
- (random.filter (|>> f.not_a_number? not))
+ (random.only (|>> f.not_a_number? not))
(\ ! map (|>> /.double_to_float)))]
(`` ($_ _.and
(~~ (template [<=> <sample> <to> <from>]