update references::derive test output

This commit is contained in:
Lukas Wirth 2022-02-22 10:52:35 +01:00
parent 8db88df758
commit b494795a42

View file

@ -1564,7 +1564,6 @@ fn func$0() {}
); );
} }
// FIXME
#[test] #[test]
fn derive() { fn derive() {
check( check(
@ -1575,7 +1574,11 @@ fn func$0() {}
#[derive(proc_macros::DeriveIdentity$0)] #[derive(proc_macros::DeriveIdentity$0)]
struct Foo; struct Foo;
"#, "#,
expect![[r#""#]], expect![[r#"
derive_identity Derive FileId(2) 1..107 45..60
FileId(0) 23..37
"#]],
) )
} }
} }