[commit: ghc] master: Test case: ghci059: Forgot stdout file (a5ab610)

git at git.haskell.org git at git.haskell.org
Mon Mar 17 14:35:23 UTC 2014


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

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

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

commit a5ab610f8d7ea5ddbcfe2c27fa18fceb02923ee2
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Mar 17 15:34:54 2014 +0100

    Test case: ghci059: Forgot stdout file


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

a5ab610f8d7ea5ddbcfe2c27fa18fceb02923ee2
 testsuite/tests/ghci/scripts/ghci059.stdout |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/testsuite/tests/ghci/scripts/ghci059.stdout b/testsuite/tests/ghci/scripts/ghci059.stdout
new file mode 100644
index 0000000..6b2c8f8
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/ghci059.stdout
@@ -0,0 +1,4 @@
+type role Coercible representational representational
+class Coercible (a :: k) (b :: k)
+  	-- Defined in ‘GHC.Types’
+coerce :: Coercible a b => a -> b 	-- Defined in ‘GHC.Prim’



More information about the ghc-commits mailing list