Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3e9afabe21c711ce1e0f5a7fcd307c158a719fee >--------------------------------------------------------------- commit 3e9afabe21c711ce1e0f5a7fcd307c158a719fee Author: Ian Lynagh <[email protected]> Date: Mon Nov 28 17:56:08 2011 +0000 Add CApiFFI to T4437 >--------------------------------------------------------------- tests/driver/T4437.hs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/driver/T4437.hs b/tests/driver/T4437.hs index b7ae6fd..8f36f7d 100644 --- a/tests/driver/T4437.hs +++ b/tests/driver/T4437.hs @@ -39,7 +39,8 @@ expectedGhcOnlyExtensions = ["ParallelArrays", "AlternativeLayoutRuleTransitional", "MonadComprehensions", "TraditionalRecordSyntax", - "PolyKinds"] + "PolyKinds", + "CApiFFI"] expectedCabalOnlyExtensions :: [String] expectedCabalOnlyExtensions = ["Generics", _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
