[commit: testsuite] master: Fix T7688 (0732bd4)

Ian Lynagh igloo at earth.li
Fri Feb 15 23:58:07 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/0732bd4d6fa5e1adfb286041e8910744fb0c9a2a

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

commit 0732bd4d6fa5e1adfb286041e8910744fb0c9a2a
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Feb 15 22:39:57 2013 +0000

    Fix T7688
    
    We need to use Haskell "--" comments in ghci scripts, not '#' comments.

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

 tests/ghci/scripts/T7688.script |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/ghci/scripts/T7688.script b/tests/ghci/scripts/T7688.script
index 45fcb90..ee70372 100644
--- a/tests/ghci/scripts/T7688.script
+++ b/tests/ghci/scripts/T7688.script
@@ -1,4 +1,4 @@
 :l T7688
 :k Proxy
-# I'm expecting to see a kind-polymorphic answer,
-# even though -XPolyKinds is not set in GHCi
+-- I'm expecting to see a kind-polymorphic answer,
+-- even though -XPolyKinds is not set in GHCi





More information about the ghc-commits mailing list