Skip to content

Commit 0741de8

Browse files
bors[bot]matklad
andauthored
Merge #8584
8584: internal: fix slightly broken test r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2 parents fc709c8 + 21f4588 commit 0741de8

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)