[commit: testsuite] master: Fix comments in test (e89aa83)
Simon Peyton Jones
simonpj at microsoft.com
Thu May 12 12:12:19 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e89aa83dfc3bce86f77637eb3d8cb18dde18a825
>---------------------------------------------------------------
commit e89aa83dfc3bce86f77637eb3d8cb18dde18a825
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon May 9 11:44:16 2011 +0100
Fix comments in test
>---------------------------------------------------------------
.../ghc-regress/simplCore/should_compile/T5168.hs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/ghc-regress/simplCore/should_compile/T5168.hs b/tests/ghc-regress/simplCore/should_compile/T5168.hs
index f34a72d..22b4349 100644
--- a/tests/ghc-regress/simplCore/should_compile/T5168.hs
+++ b/tests/ghc-regress/simplCore/should_compile/T5168.hs
@@ -1,7 +1,7 @@
-# In this test we do -ddump-simpl, and grep for 'patError.
-# We expect *not* to see patError in the output
-# because the branch is inaccessible.
-# In GHC 7.0 and earlier, we did get a patError in the output program.
+-- In this test we do -ddump-simpl, and grep for 'patError.
+-- We expect *not* to see patError in the output
+-- because the branch is inaccessible.
+-- In GHC 7.0 and earlier, we did get a patError in the output program.
{-# LANGUAGE TypeFamilies, GADTs #-}
module NoMatch where
More information about the Cvs-ghc
mailing list