aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2021-06-20 18:37:45 +0100
committerFlorian Diebold <[email protected]>2021-06-20 18:37:45 +0100
commita1120b6879afe39f69a04eb0f6ee84d4cb4e03f6 (patch)
treec30eec53f9330ac571e4f10e3191f7507b2b0fcf /crates
parent78419779f1bd5f5f51179af7d2c768c8eeab637e (diff)
Fix `benchmark_include_macro`
Diffstat (limited to 'crates')
-rw-r--r--crates/hir_ty/src/tests/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/src/tests/macros.rs b/crates/hir_ty/src/tests/macros.rs
index 6c3d46caf..2cf41e49e 100644
--- a/crates/hir_ty/src/tests/macros.rs
+++ b/crates/hir_ty/src/tests/macros.rs
@@ -853,7 +853,7 @@ include!("foo.rs");
853 853
854fn main() { 854fn main() {
855 RegisterBlock { }; 855 RegisterBlock { };
856 //^ RegisterBlock 856 //^^^^^^^^^^^^^^^^^ RegisterBlock
857} 857}
858 "#; 858 "#;
859 let fixture = format!("{}\n//- /foo.rs\n{}", fixture, data); 859 let fixture = format!("{}\n//- /foo.rs\n{}", fixture, data);