Skip to content

Commit 30d2863

Browse files
coottreeowl
authored andcommitted
Rename strict fold test
1 parent 5a9e896 commit 30d2863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers-tests/tests/set-properties.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ main = defaultMain $ testGroup "set-properties"
105105
, testProperty "disjointUnion" prop_disjointUnion
106106
#if __GLASGOW_HASKELL__ >= 806
107107
, testProperty "strict foldr" prop_strictFoldr'
108-
, testProperty "strict foldr" prop_strictFoldl'
108+
, testProperty "strict foldl" prop_strictFoldl'
109109
#endif
110110
]
111111

0 commit comments

Comments
 (0)