Skip to content

Commit 1702c54

Browse files
committed
Restore cleanup in tests
Forgot to re-enable tempdir cleanup disabled for debugging.
1 parent a163f69 commit 1702c54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/src/bootstrap.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ fn bootstrap() {
9292
.unwrap();
9393
}
9494

95-
let _ = tempdir.into_path();
96-
9795
assert_eq!(protobuf, bootstrapped_protobuf);
9896
assert_eq!(compiler, bootstrapped_compiler);
9997
}

0 commit comments

Comments
 (0)