diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-23 02:25:17 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-23 12:27:59 +0100 |
commit | 42f06f6821a221b88d67b0adc110eea78c159d7f (patch) | |
tree | 67e01a66b7f1ebeed33b755454c51771da821b65 /testsuite/tests/polykinds/T10516.stderr | |
parent | 978c3ea14a4fb9be577fe64e1e6b724a44f332a8 (diff) | |
download | haskell-42f06f6821a221b88d67b0adc110eea78c159d7f.tar.gz |
Testsuite: accept output without Windows line endings (#11631)
Diffstat (limited to 'testsuite/tests/polykinds/T10516.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T10516.stderr | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testsuite/tests/polykinds/T10516.stderr b/testsuite/tests/polykinds/T10516.stderr index a6fa52471b..30c4f098e7 100644 --- a/testsuite/tests/polykinds/T10516.stderr +++ b/testsuite/tests/polykinds/T10516.stderr @@ -1,4 +1,5 @@ -
-T10516.hs:8:6: error:
- The type synonym ‘App’ should have 2 arguments, but has been given 1
- In the type signature: f :: f a -> X (App f) a
+ +T10516.hs:8:6: error: + • The type synonym ‘App’ should have 2 arguments, but has been given 1 + • In the type signature: + f :: f a -> X (App f) a |