Skip to content

Commit a38c046

Browse files
committed
tests: Remove support for test directive that is no longer used.
ae0fdf7 changed the setup for the only test that actually used this.
1 parent 5324c3e commit a38c046

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/tests.rs

-4
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,6 @@ fn create_bindgen_builder(header: &PathBuf) -> Result<Option<Builder>, Error> {
262262
.map(ToString::to_string)
263263
.chain(flags)
264264
.collect();
265-
} else if line.contains("bindgen-generate-bindings-on-linux-only") &&
266-
!cfg!(target_os = "linux")
267-
{
268-
return Ok(None);
269265
}
270266
}
271267

0 commit comments

Comments
 (0)