Update test suite to nightly-2019-03-26
diff --git a/tests/common/eq.rs b/tests/common/eq.rs
index b419975..33699c7 100644
--- a/tests/common/eq.rs
+++ b/tests/common/eq.rs
@@ -307,7 +307,7 @@
spanless_eq_struct!(Ty; id node span);
spanless_eq_struct!(TypeBinding; id ident ty span);
spanless_eq_struct!(UseTree; prefix kind span);
-spanless_eq_struct!(Variant_; ident attrs data disr_expr);
+spanless_eq_struct!(Variant_; ident attrs id data disr_expr);
spanless_eq_struct!(WhereBoundPredicate; span bound_generic_params bounded_ty bounds);
spanless_eq_struct!(WhereClause; id predicates span);
spanless_eq_struct!(WhereEqPredicate; id span lhs_ty rhs_ty);
@@ -352,7 +352,7 @@
spanless_eq_enum!(UnsafeSource; CompilerGenerated UserProvided);
spanless_eq_enum!(Unsafety; Unsafe Normal);
spanless_eq_enum!(UseTreeKind; Simple(0 1 2) Nested(0) Glob);
-spanless_eq_enum!(VariantData; Struct(0 1 2) Tuple(0 1) Unit(0));
+spanless_eq_enum!(VariantData; Struct(0 1) Tuple(0 1) Unit(0));
spanless_eq_enum!(VisibilityKind; Public Crate(0) Restricted(path id) Inherited);
spanless_eq_enum!(WherePredicate; BoundPredicate(0) RegionPredicate(0) EqPredicate(0));
spanless_eq_enum!(ExprKind; Box(0) ObsoleteInPlace(0 1) Array(0) Call(0 1)