From 54527e24c8f08dd69bc07d7e3b6425ab101e7709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Hasi=C5=84ski?= Date: Sat, 11 Apr 2026 23:48:30 +0200 Subject: ZJIT: Update const_send_direct_integer snapshot Reflects the BoolExact return type now inferred for Integer#zero? after the annotation added in the previous commit. --- zjit/src/hir/opt_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zjit/src/hir/opt_tests.rs b/zjit/src/hir/opt_tests.rs index f4755d5fac..0bc1b6cd0d 100644 --- a/zjit/src/hir/opt_tests.rs +++ b/zjit/src/hir/opt_tests.rs @@ -3512,7 +3512,7 @@ mod hir_opt_tests { bb3(v9:BasicObject, v10:BasicObject): v14:Fixnum[1] = Const Value(1) PatchPoint MethodRedefined(Integer@0x1008, zero?@0x1010, cme:0x1018) - v24:BasicObject = InvokeBuiltin leaf , v14 + v24:BoolExact = InvokeBuiltin leaf , v14 CheckInterrupts Return v24 "); -- cgit v1.2.3