Skip to content

Commit

Permalink
Update prettyprinter/test/Testsuite/Main.hs
Browse files Browse the repository at this point in the history
Co-Authored-By: Simon Jakobi <[email protected]>
  • Loading branch information
1Jajen1 and sjakobi authored Jan 23, 2020
1 parent 1f89ce8 commit 8811af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettyprinter/test/Testsuite/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ groupLayoutEqualsSimpleGroupLayout = forAllShow (arbitrary :: Gen (Doc Int)) (sh
groupedSimple = simpleGroup doc
groupedLayedOut = layout layouter grouped
groupedSimpleLayedOut = layout layouter groupedSimple
in counterexample ("Grouped: " ++ (show . diag) (grouped))
in counterexample ("Grouped: " ++ (show . diag) grouped)
(counterexample ("Grouped (Simple) " ++ (show . diag) (groupedSimple))
(groupedLayedOut === groupedSimpleLayedOut))))

Expand Down

0 comments on commit 8811af2

Please sign in to comment.