summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail214.stderr
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-02-23 02:25:17 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2016-02-23 12:27:59 +0100
commit42f06f6821a221b88d67b0adc110eea78c159d7f (patch)
tree67e01a66b7f1ebeed33b755454c51771da821b65 /testsuite/tests/typecheck/should_fail/tcfail214.stderr
parent978c3ea14a4fb9be577fe64e1e6b724a44f332a8 (diff)
downloadhaskell-42f06f6821a221b88d67b0adc110eea78c159d7f.tar.gz
Testsuite: accept output without Windows line endings (#11631)
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail214.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail214.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail214.stderr b/testsuite/tests/typecheck/should_fail/tcfail214.stderr
index a2741b876b..c6a4387142 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail214.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail214.stderr
@@ -1,5 +1,5 @@
-
-tcfail214.hs:9:10: error:
- The constraint ‘F a’ is no smaller than the instance head
- (Use UndecidableInstances to permit this)
- In the instance declaration for ‘C [a]’
+
+tcfail214.hs:9:10: error:
+ • The constraint ‘F a’ is no smaller than the instance head
+ (Use UndecidableInstances to permit this)
+ • In the instance declaration for ‘C [a]’