From 9126ee1746487163612e7319a28d1f27f767398a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 5 Dec 2017 19:08:17 -0400 Subject: - Brought luxc and new-luxc closer together. --- stdlib/test/test/lux/host.jvm.lux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'stdlib/test') diff --git a/stdlib/test/test/lux/host.jvm.lux b/stdlib/test/test/lux/host.jvm.lux index 4ed187c36..a0b44ec62 100644 --- a/stdlib/test/test/lux/host.jvm.lux +++ b/stdlib/test/test/lux/host.jvm.lux @@ -70,12 +70,12 @@ (let [capped-sample (|> sample )] (|> capped-sample (i/= capped-sample)))))] - [&.l2b &.b2l "Can succesfully convert to/from byte."] - [&.l2s &.s2l "Can succesfully convert to/from short."] - [&.l2i &.i2l "Can succesfully convert to/from int."] - [&.l2f &.f2l "Can succesfully convert to/from float."] - [&.l2d &.d2l "Can succesfully convert to/from double."] - [(<| &.i2c &.l2i) (<| &.i2l &.c2i) "Can succesfully convert to/from char."] + [&.long-to-byte &.byte-to-long "Can succesfully convert to/from byte."] + [&.long-to-short &.short-to-long "Can succesfully convert to/from short."] + [&.long-to-int &.int-to-long "Can succesfully convert to/from int."] + [&.long-to-float &.float-to-long "Can succesfully convert to/from float."] + [&.long-to-double &.double-to-long "Can succesfully convert to/from double."] + [(<| &.int-to-char &.long-to-int) (<| &.int-to-long &.char-to-int) "Can succesfully convert to/from char."] )] ($_ seq -- cgit v1.2.3