aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/tests/heavy_tests/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_lsp_server/tests/heavy_tests/main.rs')
-rw-r--r--crates/ra_lsp_server/tests/heavy_tests/main.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/tests/heavy_tests/main.rs b/crates/ra_lsp_server/tests/heavy_tests/main.rs
index 407719080..e9ce002de 100644
--- a/crates/ra_lsp_server/tests/heavy_tests/main.rs
+++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs
@@ -62,6 +62,7 @@ fn foo() {
62 "args": [ "test", "--", "foo", "--nocapture" ], 62 "args": [ "test", "--", "foo", "--nocapture" ],
63 "bin": "cargo", 63 "bin": "cargo",
64 "env": { "RUST_BACKTRACE": "short" }, 64 "env": { "RUST_BACKTRACE": "short" },
65 "cwd": null,
65 "label": "test foo", 66 "label": "test foo",
66 "range": { 67 "range": {
67 "end": { "character": 1, "line": 2 }, 68 "end": { "character": 1, "line": 2 },
@@ -75,6 +76,7 @@ fn foo() {
75 ], 76 ],
76 "bin": "cargo", 77 "bin": "cargo",
77 "env": {}, 78 "env": {},
79 "cwd": null,
78 "label": "cargo check --all", 80 "label": "cargo check --all",
79 "range": { 81 "range": {
80 "end": { 82 "end": {
@@ -123,7 +125,8 @@ fn test_eggs() {}
123 "range": { 125 "range": {
124 "end": { "character": 17, "line": 1 }, 126 "end": { "character": 17, "line": 1 },
125 "start": { "character": 0, "line": 0 } 127 "start": { "character": 0, "line": 0 }
126 } 128 },
129 "cwd": server.path()
127 }, 130 },
128 { 131 {
129 "args": [ 132 "args": [
@@ -135,6 +138,7 @@ fn test_eggs() {}
135 ], 138 ],
136 "bin": "cargo", 139 "bin": "cargo",
137 "env": {}, 140 "env": {},
141 "cwd": server.path(),
138 "label": "cargo check -p foo", 142 "label": "cargo check -p foo",
139 "range": { 143 "range": {
140 "end": { 144 "end": {