summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T10817.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T10817.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T10817.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T10817.stderr b/testsuite/tests/indexed-types/should_fail/T10817.stderr
index 32c0e7f223..715febdc25 100644
--- a/testsuite/tests/indexed-types/should_fail/T10817.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T10817.stderr
@@ -1,6 +1,6 @@
T10817.hs:9:3: error:
The type family application ‘F a’
- is no smaller than the instance head
+ is no smaller than the instance head ‘F a’
(Use UndecidableInstances to permit this)
In the class declaration for ‘C’