aboutsummaryrefslogtreecommitdiff
path: root/crates/server
diff options
context:
space:
mode:
Diffstat (limited to 'crates/server')
-rw-r--r--crates/server/tests/heavy_tests/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/server/tests/heavy_tests/main.rs b/crates/server/tests/heavy_tests/main.rs
index 0dc6074b2..78842e44f 100644
--- a/crates/server/tests/heavy_tests/main.rs
+++ b/crates/server/tests/heavy_tests/main.rs
@@ -95,6 +95,7 @@ pub fn foo() {}
95 { 95 {
96 "packages": [ 96 "packages": [
97 { 97 {
98 "is_member": true,
98 "manifest": "$PROJECT_ROOT$/Cargo.toml", 99 "manifest": "$PROJECT_ROOT$/Cargo.toml",
99 "name": "foo", 100 "name": "foo",
100 "targets": [ 0 ] 101 "targets": [ 0 ]
@@ -102,8 +103,7 @@ pub fn foo() {}
102 ], 103 ],
103 "targets": [ 104 "targets": [
104 { "kind": "Lib", "name": "foo", "pkg": 0, "root": "$PROJECT_ROOT$/src/lib.rs" } 105 { "kind": "Lib", "name": "foo", "pkg": 0, "root": "$PROJECT_ROOT$/src/lib.rs" }
105 ], 106 ]
106 "ws_members": [ 0 ]
107 } 107 }
108]"# 108]"#
109 ); 109 );