aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/primitive.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/primitive.lux')
-rw-r--r--stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/primitive.lux6
1 files changed, 2 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/primitive.lux b/stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/primitive.lux
index 60088f11f..565903706 100644
--- a/stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/primitive.lux
+++ b/stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/primitive.lux
@@ -31,15 +31,13 @@
[expected_bit random.bit
expected_i64 random.i64
expected_f64 random.frac
- expected_text (random.lower_cased 1)
-
- .let [$unit [0 0]]])
+ expected_text (random.lower_cased 1)])
(`` (all _.and
(,, (with_template [<constructor> <expected> <type> <=>]
[(_.coverage [<constructor>]
(io.run! (do io.monad
[[class_loader host] host.host]
- (in (when (of host evaluate $unit [{.#None} (<constructor> <expected>)])
+ (in (when (of host evaluate [{.#None} (<constructor> <expected>)])
{try.#Success actual}
(<=> <expected> (as <type> actual))