We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac230ea commit ecb179fCopy full SHA for ecb179f
src/hyperlight_host/src/mem/shared_mem.rs
@@ -1413,7 +1413,7 @@ mod tests {
1413
// Write data at the given offset
1414
hshm.copy_from_slice(&test_data, start_offset).unwrap();
1415
1416
- // Read it backunk optimization works correctly
+ // Read it back
1417
let mut read_buf = vec![0u8; test_len];
1418
hshm.copy_to_slice(&mut read_buf, start_offset).unwrap();
1419
0 commit comments