[commit: ghc] master: fix T15898 (fc670c4)

git at git.haskell.org git at git.haskell.org
Sat Nov 17 10:35:43 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/fc670c4df4593880e3d6a5f710c8ec549d36ed84/ghc

>---------------------------------------------------------------

commit fc670c4df4593880e3d6a5f710c8ec549d36ed84
Author: Alp Mestanogullari <alp at well-typed.com>
Date:   Sat Nov 17 11:34:07 2018 +0100

    fix T15898
    
    Summary:
    validate is currently broken [1] on master, this patches addresses
    the failure by removing an expected stdout file for T15898 since no output
    is generated there.
    
    [1]: https://circleci.com/gh/ghc/ghc/11416
    
    Test Plan: TEST=T15898 ./validate
    
    Reviewers: bgamari
    
    Subscribers: rwbarton, carter
    
    Differential Revision: https://phabricator.haskell.org/D5345


>---------------------------------------------------------------

fc670c4df4593880e3d6a5f710c8ec549d36ed84
 testsuite/tests/ghci/scripts/T15898.stdout | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testsuite/tests/ghci/scripts/T15898.stdout b/testsuite/tests/ghci/scripts/T15898.stdout
deleted file mode 100644
index 0519ecb..0000000
--- a/testsuite/tests/ghci/scripts/T15898.stdout
+++ /dev/null
@@ -1 +0,0 @@
- 
\ No newline at end of file



More information about the ghc-commits mailing list