Compiler now tracks whether module declarations are inline
diff --git a/tests/common/eq.rs b/tests/common/eq.rs
index 9d70112..72dc652 100644
--- a/tests/common/eq.rs
+++ b/tests/common/eq.rs
@@ -292,7 +292,7 @@
 spanless_eq_struct!(Mac_; path delim tts);
 spanless_eq_struct!(MacroDef; tokens legacy);
 spanless_eq_struct!(MethodSig; header decl);
-spanless_eq_struct!(Mod; inner items);
+spanless_eq_struct!(Mod; inner items inline);
 spanless_eq_struct!(MutTy; ty mutbl);
 spanless_eq_struct!(ParenthesisedArgs; span inputs output);
 spanless_eq_struct!(Pat; id node span);