Fix windows build
This commit is contained in:
parent
7b28c271d6
commit
1846918fe2
@ -422,6 +422,11 @@ impl<'a> TestGenerator<'a> {
|
||||
"float" |
|
||||
"double" => return,
|
||||
n if n.starts_with("pthread") => return,
|
||||
|
||||
// windows-isms
|
||||
n if n.starts_with("P") => return,
|
||||
n if n.starts_with("H") => return,
|
||||
n if n.starts_with("LP") => return,
|
||||
_ => {}
|
||||
}
|
||||
t!(writeln!(self.c, r#"
|
||||
|
Loading…
Reference in New Issue
Block a user