Skip to content

Commit 415feb7

Browse files
committed
fixes
1 parent 432a2c4 commit 415feb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/test/exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ pluginSimpleTests =
12481248

12491249
-- Error: cabal: Failed to build ghc-typelits-natnormalise-0.7.7 (which is
12501250
-- required by plugin-1.0.0). See the build log above for details.
1251-
knownBrokenForGhcVersions [GHC96] "fragile, frequently times out" $
1251+
ignoreFor (BrokenForGHC [GHC96]) "fragile, frequently times out" $
12521252
ignoreFor (BrokenSpecific Windows [GHC94]) "ghc-typelist-natnormalise fails to build on GHC 9.4.2 for windows only" $
12531253
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
12541254
_ <- openDoc (dir </> "KnownNat.hs") "haskell"

0 commit comments

Comments
 (0)