Skip to content

Commit 7e42d81

Browse files
committed
Rename strictness tests to match other test names.
1 parent d8c9008 commit 7e42d81

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

containers.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Test-suite seq-properties
211211

212212
test-suite map-strictness-properties
213213
hs-source-dirs: tests, .
214-
main-is: MapStrictness.hs
214+
main-is: map-strictness.hs
215215
type: exitcode-stdio-1.0
216216

217217
build-depends:
@@ -228,7 +228,7 @@ test-suite map-strictness-properties
228228

229229
test-suite intmap-strictness-properties
230230
hs-source-dirs: tests, .
231-
main-is: IntMapStrictness.hs
231+
main-is: intmap-strictness.hs
232232
type: exitcode-stdio-1.0
233233

234234
build-depends:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)