mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Some minor changes in the test explorer lsp extension
This commit is contained in:
parent
ce15e73a8e
commit
dc99ad912a
7 changed files with 45 additions and 15 deletions
|
@ -14,6 +14,7 @@ use crate::command::{CommandHandle, ParseFromLine};
|
|||
pub enum TestState {
|
||||
Started,
|
||||
Ok,
|
||||
Ignored,
|
||||
Failed { stdout: String },
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue