diff options
author | Reid Barton <rwbarton@gmail.com> | 2016-01-22 09:59:20 -0500 |
---|---|---|
committer | Reid Barton <rwbarton@gmail.com> | 2016-01-22 09:59:23 -0500 |
commit | 9048c3dfee1c7c9171114c349714095b3abcc47a (patch) | |
tree | 87b9b147729e3e03680418b49c1abfae4c8ed885 /testsuite/tests/ghci/scripts/T11389.stdout | |
parent | 2df422161bccf7c0fad97e468085ebab1a17e19e (diff) | |
download | haskell-9048c3dfee1c7c9171114c349714095b3abcc47a.tar.gz |
Don't print "Loaded GHCi configuration" message in ghc -e (#11478)
Summary:
Also don't print it if the user specifically requested
non-verbose output with -v0.
Since this means there is no longer any test that checks
for the message, add such a test.
Test Plan: validate
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1817
GHC Trac Issues: #11478
Diffstat (limited to 'testsuite/tests/ghci/scripts/T11389.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T11389.stdout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T11389.stdout b/testsuite/tests/ghci/scripts/T11389.stdout new file mode 100644 index 0000000000..c92bf91e63 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T11389.stdout @@ -0,0 +1 @@ +Loaded GHCi configuration from T11389.script |