mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Fix Windows with_tempfile
This commit is contained in:
parent
5bf2c11bea
commit
6932b3f8f2
2 changed files with 50 additions and 47 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue