[commit: ghc] master: testsuite: Fix typo: integer-gimp /= integer-gmp (fa2a6e4)

git at git.haskell.org git at git.haskell.org
Fri Dec 14 03:00:17 UTC 2018


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

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

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

commit fa2a6e4fe95c20a21d7722eacc9aea18343c034e
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Dec 13 11:45:27 2018 -0500

    testsuite: Fix typo: integer-gimp /= integer-gmp


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

fa2a6e4fe95c20a21d7722eacc9aea18343c034e
 testsuite/driver/testlib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index e5de8e5..1c6668d 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -215,7 +215,7 @@ def record_broken(name, opts, bug):
 
 def broken_without_gmp(name, opts):
     # Many tests sadly break with integer-simple due to GHCi's ignorance of it.
-    when(config.integer_backend != "integer-gimp",
+    when(config.integer_backend != "integer-gmp",
          expect_broken(16043))
 
 def _expect_pass(way):



More information about the ghc-commits mailing list