Skip to content

Commit

Permalink
Auto merge of #3558 - matklad:fix-test, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix a test.

That's the test we've discussed in #3443
  • Loading branch information
bors committed Jan 18, 2017
2 parents 493abf5 + 2a9eacb commit 5363c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/workspaces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ fn test_path_dependency_under_member() {
[dependencies]
foo = { path = "../foo" }
[workspace]
"#)
.file("ws/src/lib.rs", r"extern crate foo; pub fn f() { foo::f() }")
.file("foo/Cargo.toml", r#"
Expand Down

0 comments on commit 5363c80

Please sign in to comment.