mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-18 02:38:38 +00:00
internal: fix slightly broken test
This commit is contained in:
parent
2b5f35ca4b
commit
21f4588fc8
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ version = \"0.0.0\"
|
|||
#[test]
|
||||
fn out_dirs_check() {
|
||||
if skip_slow_tests() {
|
||||
// return;
|
||||
return;
|
||||
}
|
||||
|
||||
let server = Project::with_fixture(
|
||||
|
|
Loading…
Reference in a new issue