[commit: testsuite] master: Add NumDecimals to GHC ext list in T4437. (a36e487)

git at git.haskell.org git at git.haskell.org
Thu Aug 29 07:15:50 CEST 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a36e487c0f12d575ee6ec24f904e83e1c5290cff/testsuite

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

commit a36e487c0f12d575ee6ec24f904e83e1c5290cff
Author: Austin Seipp <aseipp at pobox.com>
Date:   Wed Aug 28 20:22:51 2013 -0500

    Add NumDecimals to GHC ext list in T4437.
    
    Signed-off-by: Austin Seipp <aseipp at pobox.com>


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

a36e487c0f12d575ee6ec24f904e83e1c5290cff
 tests/driver/T4437.hs |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/driver/T4437.hs b/tests/driver/T4437.hs
index b892ccd..43fc835 100644
--- a/tests/driver/T4437.hs
+++ b/tests/driver/T4437.hs
@@ -41,6 +41,7 @@ expectedGhcOnlyExtensions = [
                              "EmptyCase",
                              "AutoDeriveTypeable",
                              "NegativeLiterals",
+                             "NumDecimals",
                              "NullaryTypeClasses"]
 
 expectedCabalOnlyExtensions :: [String]





More information about the ghc-commits mailing list