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