Skip to content

Commit 8ebdf11

Browse files
committed
Fix failing test
1 parent 5d2b4a0 commit 8ebdf11

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ fn main() {}
107107
"args": {
108108
"cargoArgs": ["test", "--package", "foo", "--test", "spam"],
109109
"executableArgs": ["test_eggs", "--exact", "--nocapture"],
110+
"cargoExtraArgs": [],
110111
"workspaceRoot": server.path().join("foo")
111112
},
112113
"kind": "cargo",

0 commit comments

Comments
 (0)