summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T14390.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T14390.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T14390.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T14390.stderr b/testsuite/tests/typecheck/should_fail/T14390.stderr
index 0dd72a1e3e..5604de5177 100644
--- a/testsuite/tests/typecheck/should_fail/T14390.stderr
+++ b/testsuite/tests/typecheck/should_fail/T14390.stderr
@@ -1,5 +1,4 @@
T14390.hs:4:10: error:
- • Illegal instance declaration for ‘Int ~~ Int’
- Manual instances of this class are not permitted.
+ • Class ‘~~’ does not support user-specified instances
• In the instance declaration for ‘(~~) Int Int’