Skip to content

Commit 21f4588

Browse files
committed
internal: fix slightly broken test
1 parent 2b5f35c commit 21f4588

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ version = \"0.0.0\"
525525
#[test]
526526
fn out_dirs_check() {
527527
if skip_slow_tests() {
528-
// return;
528+
return;
529529
}
530530

531531
let server = Project::with_fixture(

0 commit comments

Comments
 (0)