summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2018-11-29 19:43:32 -0500
committerRyan Scott <ryan.gl.scott@gmail.com>2018-11-29 19:43:35 -0500
commitb1af0aed08c78f42c7dd2505ed9b96d0cbf1d076 (patch)
tree93a0a1c173a81c9d507cfbd475aacd7a96dda8dc /testsuite/tests/rename/should_fail
parent8d7496c42f049578187c4e5be08963cb497c2fac (diff)
downloadhaskell-b1af0aed08c78f42c7dd2505ed9b96d0cbf1d076.tar.gz
Accept T15828 test output
This test output changed slightly due to commit 2257a86daa72db382eb927df12a718669d5491f8 (which is expected).
Diffstat (limited to 'testsuite/tests/rename/should_fail')
-rw-r--r--testsuite/tests/rename/should_fail/T15828.stderr10
1 files changed, 4 insertions, 6 deletions
diff --git a/testsuite/tests/rename/should_fail/T15828.stderr b/testsuite/tests/rename/should_fail/T15828.stderr
index aca2542d88..9ca6366e92 100644
--- a/testsuite/tests/rename/should_fail/T15828.stderr
+++ b/testsuite/tests/rename/should_fail/T15828.stderr
@@ -1,9 +1,7 @@
-T15828.hs:9:20: error:
+T15828.hs:9:3: error:
• Type indexes must match class instance head
- Expected: T (Maybe a1) <tv>
- Actual: T (Maybe a) b
- where the `<tv>' arguments are type variables,
- distinct from each other and from the instance variables
+ Expected: T (Maybe a) _
+ Actual: T (Maybe a) b -- Defined at T15828.hs:9:20
• In the type instance declaration for ‘T’
- In the instance declaration for ‘C (Maybe a)’ \ No newline at end of file
+ In the instance declaration for ‘C (Maybe a)’