Skip to content

Commit

Permalink
fixup! feat: Uarch reset refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Pernambuco Motta committed Nov 5, 2023
1 parent 745030f commit 67100bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/machine-bind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ test_util.make_do_test(build_machine, machine_type, { uarch = test_reset_uarch_c
-- change written data to produce a hash mismatch
access.written = "X" .. access.written:sub(2)
_, err = pcall(module.machine.verify_uarch_reset_log, log, {})
assert(err:match("hash of written data and written hash at access 1 does not match written hash"))
assert(err:match("written hash and written data mismatch at access 1"))
end
)

Expand Down

0 comments on commit 67100bc

Please sign in to comment.