Skip to content

Commit d3232e1

Browse files
committed
comments
1 parent ba5c168 commit d3232e1

File tree

1 file changed

+2
-8
lines changed
  • plugins/hls-gadt-plugin/test

1 file changed

+2
-8
lines changed

plugins/hls-gadt-plugin/test/Main.hs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,8 @@ tests = testGroup "GADT"
3535
, runTest "ConstructorContext" "ConstructorContext" 2 0 2 38
3636
, runTest "Context" "Context" 2 0 4 41
3737
, runTest "Pragma" "Pragma" 2 0 3 29
38-
, onlyWorkForGhcVersions (`elem`[GHC92, GHC94, GHC96, GHC98]) "Single deriving has different output on ghc9.2+" $
39-
runTest "SingleDerivingGHC92" "SingleDerivingGHC92" 2 0 3 14
40-
, knownBrokenForGhcVersions [GHC92,GHC94,GHC96, GHC98] "Single deriving has different output on ghc9.2+" $
41-
runTest "SingleDeriving" "SingleDeriving" 2 0 3 14
42-
, onlyWorkForGhcVersions (`elem`[GHC92, GHC94, GHC96, GHC98]) "only ghc-9.2+ enabled GADTs pragma implicitly" $
43-
gadtPragmaTest "ghc-9.2 don't need to insert GADTs pragma" False
44-
, knownBrokenForGhcVersions [GHC92,GHC94,GHC96, GHC98] "ghc-9.2 has enabled GADTs pragma implicitly" $
45-
gadtPragmaTest "insert pragma" True
38+
, runTest "SingleDerivingGHC92" "SingleDerivingGHC92" 2 0 3 14
39+
, gadtPragmaTest "ghc-9.2 don't need to insert GADTs pragma" False
4640
]
4741

4842
gadtPragmaTest :: TestName -> Bool -> TestTree

0 commit comments

Comments
 (0)