[commit: ghc] master: testsuite: Fix outdated output for T5979/safePkg01 (a3312c3)

git at git.haskell.org git at git.haskell.org
Sun Oct 26 05:47:07 UTC 2014


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

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

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

commit a3312c3a8d96c52a7d21aa2341de8deab564d910
Author: Austin Seipp <austin at well-typed.com>
Date:   Sun Oct 26 00:45:56 2014 -0500

    testsuite: Fix outdated output for T5979/safePkg01
    
    Looks like it was broken in aa4799534225.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

a3312c3a8d96c52a7d21aa2341de8deab564d910
 testsuite/tests/ghci/scripts/T5979.stderr                | 6 +++---
 testsuite/tests/safeHaskell/check/pkg01/safePkg01.stdout | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/testsuite/tests/ghci/scripts/T5979.stderr b/testsuite/tests/ghci/scripts/T5979.stderr
index c59c2e2..c2869b0 100644
--- a/testsuite/tests/ghci/scripts/T5979.stderr
+++ b/testsuite/tests/ghci/scripts/T5979.stderr
@@ -2,6 +2,6 @@
 <no location info>:
     Could not find module ‘Control.Monad.Trans.State’
     Perhaps you meant
-      Control.Monad.Trans.State (from transformers-0.4.1.0 at trans_GjLVjHaAO8fEGf8lChbngr)
-      Control.Monad.Trans.Class (from transformers-0.4.1.0 at trans_GjLVjHaAO8fEGf8lChbngr)
-      Control.Monad.Trans.Cont (from transformers-0.4.1.0 at trans_GjLVjHaAO8fEGf8lChbngr)
+      Control.Monad.Trans.State (from transformers-0.4.1.0 at trans_5jw4w9yTgmZ89ByuixDAKP)
+      Control.Monad.Trans.Class (from transformers-0.4.1.0 at trans_5jw4w9yTgmZ89ByuixDAKP)
+      Control.Monad.Trans.Cont (from transformers-0.4.1.0 at trans_5jw4w9yTgmZ89ByuixDAKP)
diff --git a/testsuite/tests/safeHaskell/check/pkg01/safePkg01.stdout b/testsuite/tests/safeHaskell/check/pkg01/safePkg01.stdout
index 7ff5e24..7ce7704 100644
--- a/testsuite/tests/safeHaskell/check/pkg01/safePkg01.stdout
+++ b/testsuite/tests/safeHaskell/check/pkg01/safePkg01.stdout
@@ -29,17 +29,17 @@ trusted: safe
 require own pkg trusted: True
 
 M_SafePkg6
-package dependencies: array-0.5.0.1 at array_5q713e1nmXtAgNRa542ahu
+package dependencies: array-0.5.0.1 at array_GX4NwjS8xZkC2ZPtjgwhnz
 trusted: trustworthy
 require own pkg trusted: False
 
 M_SafePkg7
-package dependencies: array-0.5.0.1 at array_5q713e1nmXtAgNRa542ahu
+package dependencies: array-0.5.0.1 at array_GX4NwjS8xZkC2ZPtjgwhnz
 trusted: safe
 require own pkg trusted: False
 
 M_SafePkg8
-package dependencies: array-0.5.0.1 at array_5q713e1nmXtAgNRa542ahu
+package dependencies: array-0.5.0.1 at array_GX4NwjS8xZkC2ZPtjgwhnz
 trusted: trustworthy
 require own pkg trusted: False
 



More information about the ghc-commits mailing list