aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/_match.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir_ty/src/_match.rs')
-rw-r--r--crates/ra_hir_ty/src/_match.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_ty/src/_match.rs b/crates/ra_hir_ty/src/_match.rs
index f502a9208..02472e0c0 100644
--- a/crates/ra_hir_ty/src/_match.rs
+++ b/crates/ra_hir_ty/src/_match.rs
@@ -545,7 +545,7 @@ mod tests {
545 545
546 assert_snapshot!( 546 assert_snapshot!(
547 check_diagnostic_message(content), 547 check_diagnostic_message(content),
548 @"\"{\\n }\": Missing match arm\n" 548 @"\"()\": Missing match arm\n"
549 ); 549 );
550 } 550 }
551 551