Don't test mach_timebase_info_t signedness

It's just a struct
This commit is contained in:
Alex Crichton 2015-09-15 16:57:06 -07:00
parent 64768f5aeb
commit eef03da0f9

View File

@ -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,
_ => {}
}