[commit: ghc] master: concurrent/should_run/throwto002: DoRec -> RecursiveDo (5b11b04)

git at git.haskell.org git at git.haskell.org
Tue Aug 19 04:34:09 UTC 2014


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

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

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

commit 5b11b0401fecc848fe0db1fc060593a6ee8a560c
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Mon Aug 18 21:38:37 2014 -0500

    concurrent/should_run/throwto002: DoRec -> RecursiveDo
    
    Summary: Test case used old extension name; update it.
    
    Test Plan: validate
    
    Reviewers: austin
    
    Reviewed By: austin
    
    Subscribers: simonmar, relrod, ezyang, carter
    
    Differential Revision: https://phabricator.haskell.org/D161


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

5b11b0401fecc848fe0db1fc060593a6ee8a560c
 testsuite/tests/concurrent/should_run/throwto002.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/concurrent/should_run/throwto002.hs b/testsuite/tests/concurrent/should_run/throwto002.hs
index e7fcc36..7cb5709 100644
--- a/testsuite/tests/concurrent/should_run/throwto002.hs
+++ b/testsuite/tests/concurrent/should_run/throwto002.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE DoRec, ScopedTypeVariables #-}
+{-# LANGUAGE RecursiveDo, ScopedTypeVariables #-}
 import Control.Concurrent
 import Control.Exception
 import Data.Array



More information about the ghc-commits mailing list