Skip to content

Commit b8039d0

Browse files
committed
print out error
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 69de9b3 commit b8039d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/tests/integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ fn read_invalid_address() {
500500
let res = sbox1
501501
.call_guest_function_by_name("MmioRead", ReturnType::Int, None)
502502
.unwrap_err();
503-
503+
println!("{:?}", res);
504504
assert!(matches!(res, HyperlightError::Error(msg) if msg.starts_with("MMIO access address")));
505505
}
506506

0 commit comments

Comments
 (0)