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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/0f271f0a2dcda561026592cbfd241d319e9534b4

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

commit 0f271f0a2dcda561026592cbfd241d319e9534b4
Author: Ian Lynagh <i...@well-typed.com>
Date:   Thu Oct 25 19:40:08 2012 +0100

    Update T4437 following changes in Cabal's extensions list

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

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

diff --git a/tests/driver/T4437.hs b/tests/driver/T4437.hs
index 585dffa..4b1b110 100644
--- a/tests/driver/T4437.hs
+++ b/tests/driver/T4437.hs
@@ -30,22 +30,11 @@ check title expected got
          showProblems "Missing flags" missing
 
 expectedGhcOnlyExtensions :: [String]
-expectedGhcOnlyExtensions = ["ParallelArrays",
+expectedGhcOnlyExtensions = [
                              "RelaxedLayout",
-                             "DeriveGeneric",
-                             "DefaultSignatures",
-                             "InterruptibleFFI",
                              "AlternativeLayoutRule",
                              "AlternativeLayoutRuleTransitional",
-                             "MonadComprehensions",
-                             "TraditionalRecordSyntax",
-                             "DataKinds",
-                             "PolyKinds",
                              "ExplicitNamespaces",
-                             "InstanceSigs",
-                             "CApiFFI",
-                             "LambdaCase",
-                             "MultiWayIf",
                              "TypeHoles"]
 
 expectedCabalOnlyExtensions :: [String]
@@ -58,5 +47,6 @@ expectedCabalOnlyExtensions = ["Generics",
                                "RegularPatterns",
                                "SafeImports",
                                "Safe",
+                               "Unsafe",
                                "Trustworthy"]
 



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

Reply via email to