Don't test mach_timebase_info_t signedness
It's just a struct
This commit is contained in:
parent
64768f5aeb
commit
eef03da0f9
@ -415,6 +415,7 @@ impl<'a> TestGenerator<'a> {
|
||||
fn test_sign(&mut self, rust: &str, c: &str) {
|
||||
match c {
|
||||
"float" |
|
||||
"mach_timebase_info_data_t" |
|
||||
"double" => return,
|
||||
_ => {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user