aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/common/eq.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/eq.rs b/tests/common/eq.rs
index 4739469f..52a8a99d 100644
--- a/tests/common/eq.rs
+++ b/tests/common/eq.rs
@@ -302,7 +302,7 @@ spanless_eq_struct!(AttrItem; path args tokens);
spanless_eq_struct!(Attribute; kind id style span);
spanless_eq_struct!(AttributesData; attrs tokens);
spanless_eq_struct!(BareFnTy; unsafety ext generic_params decl);
-spanless_eq_struct!(Block; stmts id rules span tokens);
+spanless_eq_struct!(Block; stmts id rules span tokens could_be_bare_literal);
spanless_eq_struct!(Crate; attrs items span);
spanless_eq_struct!(EnumDef; variants);
spanless_eq_struct!(Expr; id kind span attrs !tokens);