fix the test

This commit is contained in:
Aleksey Kladov 2018-09-03 21:51:17 +03:00
parent f590635f57
commit 971054e4d0

View File

@ -95,6 +95,7 @@ pub fn foo() {}
{
"packages": [
{
"is_member": true,
"manifest": "$PROJECT_ROOT$/Cargo.toml",
"name": "foo",
"targets": [ 0 ]
@ -102,8 +103,7 @@ pub fn foo() {}
],
"targets": [
{ "kind": "Lib", "name": "foo", "pkg": 0, "root": "$PROJECT_ROOT$/src/lib.rs" }
],
"ws_members": [ 0 ]
]
}
]"#
);