Skip to content

Commit

Permalink
Merge pull request #1115 from tweag/tests-run-tests-fix-failures
Browse files Browse the repository at this point in the history
tests/RunTests.hs: fix failure tests
  • Loading branch information
mergify[bot] authored Oct 7, 2019
2 parents d5c03d9 + 8a3d3e2 commit de310da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RunTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ main = hspec $ do

for_ all_failure_tests $ \test -> do
it test $ do
assertFailure (bazel ["build", "test"])
assertFailure (bazel ["build", test])

-- Test that the repl still works if we shadow some Prelude functions
it "repl name shadowing" $ do
Expand Down

0 comments on commit de310da

Please sign in to comment.