Skip to content

Commit c0b7a0f

Browse files
committed
Revise integration test 4897-boot-package-pruned
1 parent d1ab996 commit c0b7a0f

File tree

1 file changed

+1
-2
lines changed
  • test/integration/tests/4897-boot-package-pruned

1 file changed

+1
-2
lines changed

test/integration/tests/4897-boot-package-pruned/Main.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import Data.List (isInfixOf)
33
import StackTest
44

55
planFailure :: String
6-
planFailure =
7-
"but this GHC boot package has been pruned (issue #4510);"
6+
planFailure = "but this GHC boot package has been pruned"
87

98
main :: IO ()
109
main = do

0 commit comments

Comments
 (0)