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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/74ed9e1efa74961030caf3be873de099daa3e2af

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

commit 74ed9e1efa74961030caf3be873de099daa3e2af
Author: Simon Peyton Jones <simo...@microsoft.com>
Date:   Tue Jan 8 12:13:15 2013 +0000

    Fix typo in extension flags

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

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

diff --git a/tests/driver/T4437.hs b/tests/driver/T4437.hs
index 83e1309..ca1f149 100644
--- a/tests/driver/T4437.hs
+++ b/tests/driver/T4437.hs
@@ -31,7 +31,7 @@ check title expected got
 
 expectedGhcOnlyExtensions :: [String]
 expectedGhcOnlyExtensions = [
-                             "AlloAmbiguousTypes",
+                             "AllowAmbiguousTypes",
                              "RelaxedLayout",
                              "AlternativeLayoutRule",
                              "AlternativeLayoutRuleTransitional",



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to