aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/number/frac.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/math/number/frac.lux')
-rw-r--r--stdlib/source/test/lux/math/number/frac.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/math/number/frac.lux b/stdlib/source/test/lux/math/number/frac.lux
index 9f1064796..4aec70f14 100644
--- a/stdlib/source/test/lux/math/number/frac.lux
+++ b/stdlib/source/test/lux/math/number/frac.lux
@@ -120,13 +120,13 @@
))
)))
-(with_expansions [<jvm> (as_is (ffi.import: java/lang/Double
+(with_expansions [<jvm> (these (ffi.import: java/lang/Double
"[1]::[0]"
("static" doubleToRawLongBits [double] long)
("static" longBitsToDouble [long] double)))]
- (for @.old (as_is <jvm>)
- @.jvm (as_is <jvm>)
- (as_is)))
+ (for @.old (these <jvm>)
+ @.jvm (these <jvm>)
+ (these)))
(def: margin_of_error
+0.0000001)