diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-22 21:32:51 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-23 12:28:02 +0100 |
commit | 6d0aa9ffc094ec69f1fbd7f9e15bcf7535e3370b (patch) | |
tree | d1324c81b77f1bac94a7a5704256fe16a1e00722 /testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr | |
parent | 28620ba6a7968ef3ab589f62ac761fffe4f42caa (diff) | |
download | haskell-6d0aa9ffc094ec69f1fbd7f9e15bcf7535e3370b.tar.gz |
Testsuite: delete Windows line endings [skip ci] (#11631)
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr b/testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr index 0b15bd05fe..941ea1c5d4 100644 --- a/testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr +++ b/testsuite/tests/partial-sigs/should_fail/WildcardInDefaultSignature.stderr @@ -1,4 +1,4 @@ -
-WildcardInDefaultSignature.hs:7:16: error:
- Wildcard ‘_’ not allowed
- in a class method signature for ‘f’
+ +WildcardInDefaultSignature.hs:7:16: error: + Wildcard ‘_’ not allowed + in a class method signature for ‘f’ |