[commit: packages/containers] develop-0.6, develop-0.6-questionable, master: Rename strictness tests to match other test names. (7e42d81)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:40:54 UTC 2015


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

On branches: develop-0.6,develop-0.6-questionable,master
Link       : http://git.haskell.org/packages/containers.git/commitdiff/7e42d81350aac6db1aa52180572a117e67b168b3

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

commit 7e42d81350aac6db1aa52180572a117e67b168b3
Author: Milan Straka <fox at ucw.cz>
Date:   Sun Dec 14 15:56:15 2014 +0100

    Rename strictness tests to match other test names.


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

7e42d81350aac6db1aa52180572a117e67b168b3
 containers.cabal                                    | 4 ++--
 tests/{IntMapStrictness.hs => intmap-strictness.hs} | 0
 tests/{MapStrictness.hs => map-strictness.hs}       | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/containers.cabal b/containers.cabal
index 050257c..ae7e247 100644
--- a/containers.cabal
+++ b/containers.cabal
@@ -211,7 +211,7 @@ Test-suite seq-properties
 
 test-suite map-strictness-properties
   hs-source-dirs: tests, .
-  main-is: MapStrictness.hs
+  main-is: map-strictness.hs
   type: exitcode-stdio-1.0
 
   build-depends:
@@ -228,7 +228,7 @@ test-suite map-strictness-properties
 
 test-suite intmap-strictness-properties
   hs-source-dirs: tests, .
-  main-is: IntMapStrictness.hs
+  main-is: intmap-strictness.hs
   type: exitcode-stdio-1.0
 
   build-depends:
diff --git a/tests/IntMapStrictness.hs b/tests/intmap-strictness.hs
similarity index 100%
rename from tests/IntMapStrictness.hs
rename to tests/intmap-strictness.hs
diff --git a/tests/MapStrictness.hs b/tests/map-strictness.hs
similarity index 100%
rename from tests/MapStrictness.hs
rename to tests/map-strictness.hs



More information about the ghc-commits mailing list