From b575311ab1a89d582f65603ea16b90547d9a92ca Mon Sep 17 00:00:00 2001 From: Marcos Pernambuco Motta <1091485+mpernambuco@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:51:57 -0300 Subject: [PATCH] fixup! feat: update kernel and toolchain --- src/tests/machine-bind.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/machine-bind.lua b/src/tests/machine-bind.lua index 4e6d2d31a..4b664b052 100755 --- a/src/tests/machine-bind.lua +++ b/src/tests/machine-bind.lua @@ -971,7 +971,7 @@ test_util.make_do_test(build_machine, machine_type, { uarch = test_reset_uarch_c function(machine) local log = machine:log_uarch_reset({ proofs = true, annotations = true }) local expected_dump = "begin reset uarch state\n" - .. ' 1: write uarch_state@0x400000(4194304): hash:"17b76b32"(2^22 bytes) -> hash:"990691da"(2^22 bytes)\n' + .. ' 1: write uarch_state@0x400000(4194304): hash:"fc6e9db3"(2^22 bytes) -> hash:"5ba1620b"(2^22 bytes)\n' .. "end reset uarch state\n" local tmpname = os.tmpname()