Skip to content

Commit 1989a00

Browse files
committed
[test commit]
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent ff1d6db commit 1989a00

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
@@ -234,7 +234,7 @@ fn interrupt_same_thread_no_barrier() {
234234
// Only allow successful calls or interrupted.
235235
// The call can be successful in case the call is finished before kill() is called.
236236
Ok(_) | Err(HyperlightError::ExecutionCanceledByHost()) => {}
237-
_ => panic!("Unexpected return"),
237+
other => panic!("Unexpected return: {:?}", other),
238238
};
239239
if sbox2.poisoned() {
240240
sbox2.restore(snapshot2.clone()).unwrap();

0 commit comments

Comments
 (0)