summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2016-09-26 08:37:47 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2016-09-26 11:54:23 +0100
commit796f0f2ad7eefd1c9af5a7ef9bf56848067e85b1 (patch)
tree49b8e5ccc46a2455f0a0ef094a5af369de01e838 /testsuite/tests/driver
parentbc7c730c613f5c35eea512955728d1e7a0d01aa9 (diff)
downloadhaskell-796f0f2ad7eefd1c9af5a7ef9bf56848067e85b1.tar.gz
Print foralls in user format
This fixes Trac #12597: in RnNames.warnMissingSignatures, use pprSigmaType not pprType
Diffstat (limited to 'testsuite/tests/driver')
-rw-r--r--testsuite/tests/driver/werror.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/driver/werror.stderr b/testsuite/tests/driver/werror.stderr
index 67c8112ee3..9d8d7248ed 100644
--- a/testsuite/tests/driver/werror.stderr
+++ b/testsuite/tests/driver/werror.stderr
@@ -17,8 +17,7 @@ werror.hs:10:1: warning: [-Wunused-top-binds (in -Wextra, -Wunused-binds)]
Defined but not used: ‘f’
werror.hs:10:1: warning: [-Wmissing-signatures (in -Wall)]
- Top-level binding with no type signature:
- f :: forall a1 a2. [a2] -> [a1]
+ Top-level binding with no type signature: f :: [a2] -> [a1]
werror.hs:10:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive