summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T16110_Fail2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T16110_Fail2.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T16110_Fail2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T16110_Fail2.stderr b/testsuite/tests/indexed-types/should_fail/T16110_Fail2.stderr
index caa46af46a..b901c28926 100644
--- a/testsuite/tests/indexed-types/should_fail/T16110_Fail2.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T16110_Fail2.stderr
@@ -1,7 +1,7 @@
T16110_Fail2.hs:9:3: error:
• Illegal duplicate variable ‘b’ in:
- ‘type T a b b = Int’
+ ‘type T a b b = ...’
The arguments to ‘T’ must all be distinct type variables
• In the default type instance declaration for ‘T’
In the class declaration for ‘C’