Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickering committed May 24, 2024
1 parent 3da7b30 commit 31e0bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/ProfShared/setup.test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main = do
read_ways raw_ways =
case raw_ways of
-- There should only be one
[x] -> read @[BuildWay] x
[x] -> (read :: String -> [BuildWay]) x
-- Unless there are none, when we don't built the executable for example
[] -> []
xs -> error "Unexpected number of log lines"
Expand Down

0 comments on commit 31e0bcd

Please sign in to comment.