aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/number/frac.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-05-24 19:29:13 -0400
committerEduardo Julian2021-05-24 19:29:13 -0400
commitda27db478b368724ee4659eb674dcdbeb2cd8747 (patch)
treec1c5ef50644fa78ea899ac8c0afa1e234cd03b26 /stdlib/source/test/lux/math/number/frac.lux
parent1ffd2dd7e37d3be90522dfe768226334f60577f5 (diff)
Re-named lux/host to lux/ffi.
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/math/number/frac.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/math/number/frac.lux b/stdlib/source/test/lux/math/number/frac.lux
index 5f37be2ef..ddeab3763 100644
--- a/stdlib/source/test/lux/math/number/frac.lux
+++ b/stdlib/source/test/lux/math/number/frac.lux
@@ -2,7 +2,7 @@
[lux #*
["_" test (#+ Test)]
["@" target]
- ["." host]
+ ["." ffi]
[abstract
[monad (#+ do)]
{[0 #spec]
@@ -118,7 +118,7 @@
))
)))
-(with_expansions [<jvm> (as_is (host.import: java/lang/Double
+(with_expansions [<jvm> (as_is (ffi.import: java/lang/Double
["#::."
(#static doubleToRawLongBits [double] long)
(#static longBitsToDouble [long] double)]))]