Update test suite to nightly-2019-06-13
diff --git a/tests/common/eq.rs b/tests/common/eq.rs
index 91675a2..b460b9c 100644
--- a/tests/common/eq.rs
+++ b/tests/common/eq.rs
@@ -265,7 +265,7 @@
 
 spanless_eq_struct!(AngleBracketedArgs; span args constraints);
 spanless_eq_struct!(AnonConst; id value);
-spanless_eq_struct!(Arg; ty pat id);
+spanless_eq_struct!(Arg; attrs ty pat id);
 spanless_eq_struct!(Arm; attrs pats guard body span);
 spanless_eq_struct!(AssocTyConstraint; id ident kind span);
 spanless_eq_struct!(Attribute; id style path tokens span !is_sugared_doc);