Skip to content

Commit ecb179f

Browse files
committed
fixup! Make test_drop able to run concurrently
1 parent ac230ea commit ecb179f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/mem/shared_mem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ mod tests {
14131413
// Write data at the given offset
14141414
hshm.copy_from_slice(&test_data, start_offset).unwrap();
14151415

1416-
// Read it backunk optimization works correctly
1416+
// Read it back
14171417
let mut read_buf = vec![0u8; test_len];
14181418
hshm.copy_to_slice(&mut read_buf, start_offset).unwrap();
14191419

0 commit comments

Comments
 (0)