git @ Cat's Eye Technologies Falderal / 40c56a7
Find and fix a lovely, lovely typo. Cat's Eye Technologies 13 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
199199 filter (isFailingTest substrExc) blocks
200200
201201 isFailingTest True (Test _ _ _ _ (Exception x) (Just (Exception y))) =
202 if y `isInfixOf` y then False else True
202 if x `isInfixOf` y then False else True
203203 isFailingTest _ (Test _ _ _ _ x (Just y)) =
204204 if x == y then False else True
205205 isFailingTest _ _ =