Skip to content

Commit 5363c80

Browse files
committed
Auto merge of #3558 - matklad:fix-test, r=alexcrichton
Fix a test. That's the test we've discussed in #3443
2 parents 493abf5 + 2a9eacb commit 5363c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/workspaces.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,7 @@ fn test_path_dependency_under_member() {
11961196
[dependencies]
11971197
foo = { path = "../foo" }
11981198
1199+
[workspace]
11991200
"#)
12001201
.file("ws/src/lib.rs", r"extern crate foo; pub fn f() { foo::f() }")
12011202
.file("foo/Cargo.toml", r#"

0 commit comments

Comments
 (0)