Skip to content

Commit 779fb66

Browse files
committed
Fix integration test for random 1.2 being available
1 parent d2fed91 commit 779fb66

File tree

1 file changed

+2
-2
lines changed
  • test/integration/tests/3431-precompiled-works

1 file changed

+2
-2
lines changed

test/integration/tests/3431-precompiled-works/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Data.List
44

55
main :: IO ()
66
main = do
7-
stack ["build", "random", "--stack-yaml", "custom1/stack.yaml"]
8-
stackCheckStderr ["build", "random", "--stack-yaml", "custom2/stack.yaml"] $ \out -> do
7+
stack ["build", "random-1.1", "--stack-yaml", "custom1/stack.yaml"]
8+
stackCheckStderr ["build", "random-1.1", "--stack-yaml", "custom2/stack.yaml"] $ \out -> do
99
print out
1010
unless ("precompiled" `isInfixOf` out) $ error "Didn't use precompiled!"

0 commit comments

Comments
 (0)