From eba425b7872be52f8b83afd0b7a9803652ede70b Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Fri, 15 Aug 2014 02:52:56 +0100 Subject: Stop testing #188. 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. --- html-test/src/Bug188.hs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 html-test/src/Bug188.hs (limited to 'html-test/src/Bug188.hs') diff --git a/html-test/src/Bug188.hs b/html-test/src/Bug188.hs deleted file mode 100644 index 15089699..00000000 --- a/html-test/src/Bug188.hs +++ /dev/null @@ -1,7 +0,0 @@ --- Tests that the listed order of functions grouped under a single --- type signature is preserved as in-source. Before fixing #188, it --- seems to have preserved the first function but reversed the rest. -module Bug188 where - -class A a where - f, g, h, i :: a -> () -- cgit v1.2.3