From fd6cf4d566174dbdb50259bbbfdaf5a12f81544d Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Fri, 12 Feb 2021 19:00:37 +0100 Subject: Update references test output --- crates/ide/src/references.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ide/src/references.rs') diff --git a/crates/ide/src/references.rs b/crates/ide/src/references.rs index 77c208be9..c7cefb3b6 100644 --- a/crates/ide/src/references.rs +++ b/crates/ide/src/references.rs @@ -1121,9 +1121,9 @@ impl Foo { "#, expect![[r#" - Bar Variant FileId(0) 11..16 11..14 Other + Bar Variant FileId(0) 11..16 11..14 - FileId(0) 89..92 Other + FileId(0) 89..92 "#]], ); } -- cgit v1.2.3