Fix Windows with_tempfile

This commit is contained in:
Richard Feldman 2024-07-04 14:53:08 -04:00
parent 5bf2c11bea
commit 6932b3f8f2
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
2 changed files with 50 additions and 47 deletions

View file

@ -473,6 +473,7 @@ pub fn test(_matches: &ArgMatches, _target: Target) -> io::Result<i32> {
todo!("running tests does not work on windows right now")
}
#[cfg(not(windows))]
struct ModuleTestResults {
module_id: ModuleId,
failed_count: usize,