File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
lambda-buffers-compiler/test/Test Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,13 @@ kcTestFailing =
5656 assertBool " Test should have failed." $
5757 check_ compilerInput'incoherent /= Right ()
5858
59- -- | TyDef order does not matter when kind checking
59+ {- | TyDef order does not matter when kind checking.
60+
61+ We're not interested in the failure error as there might be more than two
62+ errors in a module - and it is non-determistic which one is first. But it is
63+ deterministic if the property holds for the whole CompilerInput. Therefore we
64+ only track if given the input - the fails or succeeds.
65+ -}
6066kcTestOrdering :: TestTree
6167kcTestOrdering =
6268 testProperty " Module order inside the CompilerInput does not matter to the result of the kindchecker." $
You can’t perform that action at this time.
0 commit comments