[commit: testsuite] master: Add NegativeLiterals to T4437 (b0a2ae5)

Ian Lynagh igloo at ghc.haskell.org
Wed Jul 31 21:11:27 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/b0a2ae5e2474590e298a393a14429f65832d3ba3

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

commit b0a2ae5e2474590e298a393a14429f65832d3ba3
Author: Ian Lynagh <ian at well-typed.com>
Date:   Wed Jul 31 20:02:47 2013 +0100

    Add NegativeLiterals to T4437

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

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

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






More information about the ghc-commits mailing list