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