summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/SimpleFail13.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/SimpleFail13.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/SimpleFail13.stderr14
1 files changed, 8 insertions, 6 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/SimpleFail13.stderr b/testsuite/tests/indexed-types/should_fail/SimpleFail13.stderr
index 6cb6fe0e50..cfbab576b9 100644
--- a/testsuite/tests/indexed-types/should_fail/SimpleFail13.stderr
+++ b/testsuite/tests/indexed-types/should_fail/SimpleFail13.stderr
@@ -1,8 +1,10 @@
-SimpleFail13.hs:9:1:
- Illegal type synonym family application in instance: [C a]
- In the data instance declaration for ‘D’
+SimpleFail13.hs:9:1: error:
+ • Illegal type synonym family application ‘C a’ in instance:
+ D [C a]
+ • In the data instance declaration for ‘D’
-SimpleFail13.hs:13:15:
- Illegal type synonym family application in instance: [C a]
- In the type instance declaration for ‘E’
+SimpleFail13.hs:13:15: error:
+ • Illegal type synonym family application ‘C a’ in instance:
+ E [C a]
+ • In the type instance declaration for ‘E’