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 <simo...@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 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc