Skip to content

Commit

Permalink
Restore cleanup in tests
Browse files Browse the repository at this point in the history
Forgot to re-enable tempdir cleanup disabled for debugging.
  • Loading branch information
mzabaluev committed May 28, 2024
1 parent a163f69 commit 1702c54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ fn bootstrap() {
.unwrap();
}

let _ = tempdir.into_path();

assert_eq!(protobuf, bootstrapped_protobuf);
assert_eq!(compiler, bootstrapped_compiler);
}

0 comments on commit 1702c54

Please sign in to comment.