diff --git a/tests/workspaces.rs b/tests/workspaces.rs index 6d6be8a2d29..1b2797f979d 100644 --- a/tests/workspaces.rs +++ b/tests/workspaces.rs @@ -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#"