Skip to content

Commit 7bff35e

Browse files
cstmlbladyjoker
andauthored
Update lambda-buffers-compiler/test/Test/KindCheck.hs
Co-authored-by: Dražen Popović <bladyjoker@gmail.com>
1 parent 061ebf1 commit 7bff35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-buffers-compiler/test/Test/KindCheck.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ kcTestFailing =
6969
-}
7070
kcTestOrdering :: TestTree
7171
kcTestOrdering =
72-
testProperty "Module order inside the CompilerInput does not matter to the result of the kindchecker." $
72+
testProperty "Module order inside the CompilerInput does not matter." $
7373
forAllShrink (resize 5 genModuleIn2Layouts) shrink $
7474
\(l, r) -> eitherFailOrPass (check_ l) == eitherFailOrPass (check_ r)
7575
where

0 commit comments

Comments
 (0)