aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/function/method/reset.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/function/method/reset.lux')
-rw-r--r--stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/function/method/reset.lux9
1 files changed, 4 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/function/method/reset.lux b/stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/function/method/reset.lux
index 105161cd1..8680035f3 100644
--- a/stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/function/method/reset.lux
+++ b/stdlib/source/test/lux/meta/compiler/language/lux/phase/translation/jvm/function/method/reset.lux
@@ -105,12 +105,12 @@
((as (-> I64 I64)
it)
expected_i64))))
- (try.else false)
- )
+ (try.else false))
can_reset!
(|> (do !.monad
- [_ partially_applied_function]
+ [_ partially_applied_function
+ _ (!.checkcast class)]
(/.call class 2))
[{.#None}]
(of host evaluate)
@@ -120,8 +120,7 @@
it)
expected_i64
expected_i64))))
- (try.else false)
- )]]
+ (try.else false))]]
(in (and what_happens_when_its_not_reset!
can_reset!)))))
(try.else false)))