File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -95,14 +95,13 @@ tests = testGroup
95
95
, goldenTest " GoldenPureList.hs" 2 12 Auto " "
96
96
, goldenTest " GoldenListFmap.hs" 2 12 Auto " "
97
97
, goldenTest " GoldenFromMaybe.hs" 2 13 Auto " "
98
- , goldenTest " GoldenFoldr.hs" 2 10 Auto " "
98
+ , ignoreForGhc GHC88 $ goldenTest " GoldenFoldr.hs" 2 10 Auto " "
99
99
, goldenTest " GoldenSwap.hs" 2 8 Auto " "
100
100
, goldenTest " GoldenFmapTree.hs" 4 11 Auto " "
101
101
, goldenTest " GoldenGADTDestruct.hs" 7 17 Destruct " gadt"
102
102
, goldenTest " GoldenGADTAuto.hs" 7 13 Auto " "
103
103
]
104
104
105
-
106
105
------------------------------------------------------------------------------
107
106
-- | Make a tactic unit test.
108
107
mkTest
@@ -150,4 +149,3 @@ goldenTest input line col tc occ =
150
149
151
150
tacticPath :: FilePath
152
151
tacticPath = " test/testdata/tactic"
153
-
You can’t perform that action at this time.
0 commit comments