diff options
author | Sylvain HENRY <hsyl20@gmail.com> | 2016-11-11 22:54:05 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-11-11 22:54:07 -0500 |
commit | 587dcccfdfa7a319e27300a4f3885071060b1f8e (patch) | |
tree | 55f4e8748192e532b6811bad65615c017d1dcea8 /testsuite/tests/deriving/should_fail | |
parent | 4e0b8f4d80a02be797d4fed099c1195f1bcd1189 (diff) | |
download | haskell-587dcccfdfa7a319e27300a4f3885071060b1f8e.tar.gz |
Make default output less verbose (source/object paths)
Reviewers: simonmar, mpickering, austin, bgamari
Reviewed By: bgamari
Subscribers: mpickering, nomeata, thomie
Differential Revision: https://phabricator.haskell.org/D2679
GHC Trac Issues: #12807
Diffstat (limited to 'testsuite/tests/deriving/should_fail')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T9071.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/T9071.stderr b/testsuite/tests/deriving/should_fail/T9071.stderr index c2dccbd28f..fd43752656 100644 --- a/testsuite/tests/deriving/should_fail/T9071.stderr +++ b/testsuite/tests/deriving/should_fail/T9071.stderr @@ -1,5 +1,5 @@ -[1 of 2] Compiling T9071a ( T9071a.hs, T9071a.o ) -[2 of 2] Compiling T9071 ( T9071.hs, T9071.o ) +[1 of 2] Compiling T9071a (.hs -> .o) +[2 of 2] Compiling T9071 (.hs -> .o) T9071.hs:7:37: error: Couldn't match kind ‘* -> *’ with ‘*’ |