Skip to content

Commit 8e39a89

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 1c0ef3e commit 8e39a89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)