Skip to content

Commit

Permalink
CI Tests Failing:
Browse files Browse the repository at this point in the history
	Change path to rustfmt.toml.
	Some tests fail due to formatting differences in expectations and generated bindings.
  • Loading branch information
manaskarekar committed Oct 26, 2017
1 parent 066ea49 commit 81028e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 81028e7

Please sign in to comment.