[commit: testsuite] master: Adjust test; Int is not promotable (f98008c)

Simon Peyton Jones simonpj at microsoft.com
Fri Jan 25 13:51:00 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/f98008c683bba218f0041a9e8e0d3e52e526fc25

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

commit f98008c683bba218f0041a9e8e0d3e52e526fc25
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Jan 25 12:11:22 2013 +0000

    Adjust test; Int is not promotable

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

 tests/polykinds/T7488.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/polykinds/T7488.hs b/tests/polykinds/T7488.hs
index c76de84..e833cdd 100644
--- a/tests/polykinds/T7488.hs
+++ b/tests/polykinds/T7488.hs
@@ -4,5 +4,5 @@
 
 module T7488 where
 
-newtype A = A Int
+newtype A = A Bool
 data B (x :: A)





More information about the ghc-commits mailing list