Skip to content

Commit 8a24a68

Browse files
committed
fixup! Change sandbox restore to be a bit more judicious about when to restore
Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
1 parent 8387d59 commit 8a24a68

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/hyperlight_wasm/src/sandbox/wasm_sandbox.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ mod backing_sandbox {
112112

113113
#[cfg(test)]
114114
mod tests {
115-
use super::{*, super::tests::*};
115+
use super::super::tests::*;
116+
use super::*;
116117
#[test]
117118
fn test_backing_sandbox_use_marks_dirty() -> Result<()> {
118119
let mut sb = SandboxBuilder::new().build()?;

0 commit comments

Comments
 (0)