Skip to content

Commit 302a575

Browse files
adamperlinCopilot
andauthored
Update src/hyperlight_host/tests/integration_test.rs
Co-authored-by: Copilot <[email protected]> Signed-off-by: Adam Perlin <[email protected]>
1 parent 078dda0 commit 302a575

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)