Skip to content

Commit 6754a7e

Browse files
adamperlinCopilot
andcommitted
Update src/hyperlight_host/tests/integration_test.rs
Co-authored-by: Copilot <[email protected]> Signed-off-by: Adam Perlin <[email protected]>
1 parent f96c81e commit 6754a7e

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
@@ -548,7 +548,7 @@ fn guest_panic_no_alloc() {
548548

549549
let res = sbox.call::<i32>(
550550
"ExhaustHeap", // uses the rust allocator to allocate small blocks on the heap until OOM
551-
()
551+
()
552552
).unwrap_err();
553553
println!("{:?}", res);
554554

0 commit comments

Comments
 (0)