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:00 +0100 |
commit | 28620ba6a7968ef3ab589f62ac761fffe4f42caa (patch) | |
tree | 3afb97d348e13b69eea352338c0615d614fe934e /testsuite/tests/patsyn | |
parent | 42f06f6821a221b88d67b0adc110eea78c159d7f (diff) | |
download | haskell-28620ba6a7968ef3ab589f62ac761fffe4f42caa.tar.gz |
Testsuite: delete Windows line endings [skip ci] (#11631)
Diffstat (limited to 'testsuite/tests/patsyn')
-rw-r--r-- | testsuite/tests/patsyn/should_fail/T9705-1.stderr | 8 | ||||
-rw-r--r-- | testsuite/tests/patsyn/should_fail/T9705-2.stderr | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/patsyn/should_fail/T9705-1.stderr b/testsuite/tests/patsyn/should_fail/T9705-1.stderr index 400ecaa81f..595b70362b 100644 --- a/testsuite/tests/patsyn/should_fail/T9705-1.stderr +++ b/testsuite/tests/patsyn/should_fail/T9705-1.stderr @@ -1,4 +1,4 @@ -
-T9705-1.hs:3:5: error:
- Pattern synonyms not allowed in class declaration:
- pattern P = ()
+ +T9705-1.hs:3:5: error: + Pattern synonyms not allowed in class declaration: + pattern P = () diff --git a/testsuite/tests/patsyn/should_fail/T9705-2.stderr b/testsuite/tests/patsyn/should_fail/T9705-2.stderr index 9a3309f080..520480b2f9 100644 --- a/testsuite/tests/patsyn/should_fail/T9705-2.stderr +++ b/testsuite/tests/patsyn/should_fail/T9705-2.stderr @@ -1,4 +1,4 @@ -
-T9705-2.hs:6:5: error:
- Pattern synonyms not allowed in instance declaration:
- pattern P = ()
+ +T9705-2.hs:6:5: error: + Pattern synonyms not allowed in instance declaration: + pattern P = () |