diff --git a/tests/tests.rs b/tests/tests.rs index 36c872dc6f..5d5353989c 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -45,7 +45,7 @@ The latest `rustfmt` is required to run the `bindgen` test suite. Install "nightly", "rustfmt", "--config-path", - concat!(env!("CARGO_MANIFEST_DIR"), "/tests/rustfmt.toml") + concat!(env!("CARGO_MANIFEST_DIR"), "/rustfmt.toml") ]) .stdin(process::Stdio::piped()) .stdout(process::Stdio::piped())