Skip to content

Commit de310da

Browse files
authored
Merge pull request #1115 from tweag/tests-run-tests-fix-failures
tests/RunTests.hs: fix failure tests
2 parents d5c03d9 + 8a3d3e2 commit de310da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RunTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ main = hspec $ do
6868

6969
for_ all_failure_tests $ \test -> do
7070
it test $ do
71-
assertFailure (bazel ["build", "test"])
71+
assertFailure (bazel ["build", test])
7272

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

0 commit comments

Comments
 (0)