summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/SimpleFail12.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2016-02-08 10:13:28 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2016-02-08 10:13:28 +0000
commit20f90ea394e3c2a6f0bb0a4ebf493a258c01da98 (patch)
treee439f81c1c948ad10826ecf2fbf36cb4db628ff7 /testsuite/tests/indexed-types/should_fail/SimpleFail12.stderr
parent2cf3cac6a05879c27fa82b12dd34cce39a262402 (diff)
downloadhaskell-20f90ea394e3c2a6f0bb0a4ebf493a258c01da98.tar.gz
Fix SimpleFail12 error output
I missed this on my previous commit, somehow 2cf3ca Allow foralls in instance decls Apologies.
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/SimpleFail12.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/SimpleFail12.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/SimpleFail12.stderr b/testsuite/tests/indexed-types/should_fail/SimpleFail12.stderr
index a402623bae..ca6c11b6a3 100644
--- a/testsuite/tests/indexed-types/should_fail/SimpleFail12.stderr
+++ b/testsuite/tests/indexed-types/should_fail/SimpleFail12.stderr
@@ -1,4 +1,4 @@
-SimpleFail12.hs:8:15:
- Illegal polymorphic or qualified type: forall a1. [a1]
- In the type instance declaration for ‘C’
+SimpleFail12.hs:8:15: error:
+ • Illegal polymorphic type: forall a. [a]
+ • In the type instance declaration for ‘C’