We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69de9b3 commit b8039d0Copy full SHA for b8039d0
src/hyperlight_host/tests/integration_test.rs
@@ -500,7 +500,7 @@ fn read_invalid_address() {
500
let res = sbox1
501
.call_guest_function_by_name("MmioRead", ReturnType::Int, None)
502
.unwrap_err();
503
-
+ println!("{:?}", res);
504
assert!(matches!(res, HyperlightError::Error(msg) if msg.starts_with("MMIO access address")));
505
}
506
0 commit comments