Skip to content

Commit 111e006

Browse files
committed
Fix failing test
1 parent 5d2b4a0 commit 111e006

File tree

1 file changed

+6
-0
lines changed
  • crates/rust-analyzer/tests/rust-analyzer

1 file changed

+6
-0
lines changed

crates/rust-analyzer/tests/rust-analyzer/main.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ fn main() {}
107107
"args": {
108108
"cargoArgs": ["test", "--package", "foo", "--test", "spam"],
109109
"executableArgs": ["test_eggs", "--exact", "--nocapture"],
110+
"cargoExtraArgs": [],
111+
"overrideCargo": null,
110112
"workspaceRoot": server.path().join("foo")
111113
},
112114
"kind": "cargo",
@@ -127,6 +129,8 @@ fn main() {}
127129
"args": {
128130
"cargoArgs": ["check", "--package", "foo", "--all-targets"],
129131
"executableArgs": [],
132+
"cargoExtraArgs": [],
133+
"overrideCargo": null,
130134
"workspaceRoot": server.path().join("foo")
131135
},
132136
"kind": "cargo",
@@ -136,6 +140,8 @@ fn main() {}
136140
"args": {
137141
"cargoArgs": ["test", "--package", "foo", "--all-targets"],
138142
"executableArgs": [],
143+
"cargoExtraArgs": [],
144+
"overrideCargo": null,
139145
"workspaceRoot": server.path().join("foo")
140146
},
141147
"kind": "cargo",

0 commit comments

Comments
 (0)