summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail150.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/tcfail150.stderr
parent978c3ea14a4fb9be577fe64e1e6b724a44f332a8 (diff)
downloadhaskell-42f06f6821a221b88d67b0adc110eea78c159d7f.tar.gz
Testsuite: accept output without Windows line endings (#11631)
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail150.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail150.stderr16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail150.stderr b/testsuite/tests/typecheck/should_fail/tcfail150.stderr
index c91d404c13..9d63f6318e 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail150.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail150.stderr
@@ -1,8 +1,8 @@
-
-tcfail150.hs:6:3:
- Constraint ‘Eq a’ in the type of ‘op’
- constrains only the class type variables
- Use ConstrainedClassMethods to allow it
- When checking the class method:
- op :: forall a. (Foo a, Eq a) => a -> a
- In the class declaration for ‘Foo’
+
+tcfail150.hs:6:3: error:
+ • Constraint ‘Eq a’ in the type of ‘op’
+ constrains only the class type variables
+ Use ConstrainedClassMethods to allow it
+ • When checking the class method:
+ op :: forall a. (Foo a, Eq a) => a -> a
+ In the class declaration for ‘Foo’