diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-07-05 08:52:20 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-07-05 09:51:15 -0400 |
commit | dbdcacfc55f28d8a85484cc1cf13dd78c45bf7ee (patch) | |
tree | 5f063405fccb5080f94d1dfdec33f65b98b3ba91 /testsuite/tests/ghci/scripts/all.T | |
parent | b6a3386186b77333b7a6cdc163499d7dae0dad1c (diff) | |
download | haskell-dbdcacfc55f28d8a85484cc1cf13dd78c45bf7ee.tar.gz |
Make ppr_tc_args aware of -fprint-explicit-kinds
Summary:
`ppr_tc_args` was printing invisible kind arguments even
when `-fprint-explicit-kinds` wasn't enabled. Easily fixed.
Test Plan: make test TEST=T15341
Reviewers: goldfire, bgamari, simonpj
Reviewed By: simonpj
Subscribers: simonpj, rwbarton, thomie, carter
GHC Trac Issues: #15341
Differential Revision: https://phabricator.haskell.org/D4932
Diffstat (limited to 'testsuite/tests/ghci/scripts/all.T')
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index 29fbdf85c5..89545949c6 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -269,3 +269,4 @@ test('T14676', extra_files(['../prog002']), ghci_script, ['T14676.script']) test('T14796', normal, ghci_script, ['T14796.script']) test('T14969', normal, ghci_script, ['T14969.script']) test('T15259', normal, ghci_script, ['T15259.script']) +test('T15341', normal, ghci_script, ['T15341.script']) |