Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoigtlaender authored Jul 26, 2023
1 parent c821673 commit 57b3ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/IOTasks/Testing.hs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ pPrintInputs = unwords . map ('?':)

pPrintOutcomeHints :: OutcomeHints -> Doc
pPrintOutcomeHints NoHints = mempty
pPrintOutcomeHints (OverflowHint n) = text $ unwords [show n,"overflows of Int range where detected during testing"]
pPrintOutcomeHints (OverflowHint n) = text $ unwords [show n,"overflows of Int range were detected during testing"]

-- static test suite generation
taskCheckOn :: [Inputs] -> IOrep () -> Specification -> Outcome
Expand Down

0 comments on commit 57b3ece

Please sign in to comment.