Skip to content

Commit 7bd9b76

Browse files
Merge pull request #20966 from ChayimFriedman2/fix-test-name
minor: Fix test name
2 parents c46279d + 2b9591e commit 7bd9b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-ty/src/tests/regression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2508,7 +2508,7 @@ fn main() {
25082508
}
25092509

25102510
#[test]
2511-
fn foo() {
2511+
fn module_inside_block() {
25122512
check_types(
25132513
r#"
25142514
fn foo() {

0 commit comments

Comments
 (0)