diff options
Diffstat (limited to 'testsuite/tests/polykinds/T13267.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T13267.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/polykinds/T13267.stderr b/testsuite/tests/polykinds/T13267.stderr index ff6d7fd79b..b0193e9bdd 100644 --- a/testsuite/tests/polykinds/T13267.stderr +++ b/testsuite/tests/polykinds/T13267.stderr @@ -1,10 +1,10 @@ -T13267.hs:6:10: error: +T13267.hs:6:10: error: [GHC-53946] • Illegal instance for a type synonym A class instance must be for a class • In the instance declaration for ‘C1 Int’ -T13267.hs:10:10: error: +T13267.hs:10:10: error: [GHC-53946] • Illegal instance for a type synonym A class instance must be for a class • In the instance declaration for ‘C2 Int’ |