aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug188.hs
Commit message (Collapse)AuthorAgeFilesLines
* Stop testing #188.Mateusz Kowalczyk2014-08-151-7/+0
| | | | | | Because the change is in GHC 7.9 and we now work against 7.8.3, this test no longer makes sense. We revert it until 7.10 becomes the standard version. If anything, there should be a test for this in GHC itself.
* Update test cases for GHC bug #8945, Haddock #188Mateusz Kowalczyk2014-04-031-0/+7
The order of signature groups has been corrected upstream. Here we add a test case and update some existing test-cases to reflect this change. We remove grouped signature in test cases that we can (Minimal, BugDeprecated &c) so that the test is as self-contained as possible.