summaryrefslogtreecommitdiff
path: root/tests/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
index 01e90be8..1fe8a1ec 100644
--- a/tests/tests.rs
+++ b/tests/tests.rs
@@ -262,10 +262,6 @@ fn create_bindgen_builder(header: &PathBuf) -> Result<Option<Builder>, Error> {
.map(ToString::to_string)
.chain(flags)
.collect();
- } else if line.contains("bindgen-generate-bindings-on-linux-only") &&
- !cfg!(target_os = "linux")
- {
- return Ok(None);
}
}