Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Woolcock committed Dec 5, 2016
1 parent e409049 commit d998dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build-script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2369,7 +2369,7 @@ fn assume_build_script_when_build_rs_present() {
}

#[test]
fn if_build_set_to_false_dont_tread_build_rs_as_build_script() {
fn if_build_set_to_false_dont_treat_build_rs_as_build_script() {
let p = project("builder")
.file("Cargo.toml", r#"
[package]
Expand Down

0 comments on commit d998dba

Please sign in to comment.