diff --git a/ghc/tests/rename/should_compile/Rn016.hi b/ghc/tests/rename/should_compile/Rn016.hi index 2405244d655427c59a86a1dbf942d15ab2a05308..70481221bf8ce71e223e8d2960043a9a6340ddd2 100644 --- a/ghc/tests/rename/should_compile/Rn016.hi +++ b/ghc/tests/rename/should_compile/Rn016.hi @@ -6,4 +6,4 @@ instance __forall [a] => {K [a]} = _f3; 1 _f1 :: {K PrelBase.Int} ; 1 _f2 :: {K PrelBase.Bool} ; 1 _f3 :: __forall [a] => {K [a]} ; -1 class K a :: (* -> *) where { op1 :: a -> a ; op2 :: a -> a } ; +1 class K a :: (* -> *) where { op1 :: a -> a ; op2 :: a -> a ; } ;