From 81028e7de802ee8f4a1170863279d103bbd1fc35 Mon Sep 17 00:00:00 2001 From: Manas Karekar Date: Thu, 26 Oct 2017 08:07:13 -0400 Subject: [PATCH] CI Tests Failing: Change path to rustfmt.toml. Some tests fail due to formatting differences in expectations and generated bindings. --- tests/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())