Skip to content

Commit

Permalink
No need for linebreak.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Aug 29, 2024
1 parent 438e4f0 commit 2e38554
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Futhark/CLI/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,7 @@ runTests config paths = do
{ testStatusRemain = test `delete` testStatusRemain ts,
testStatusRun = test `delete` testStatusRun ts,
testStatusRunsRemain =
testStatusRunsRemain ts
- numTestCases test
testStatusRunsRemain ts - numTestCases test
}
case res of
Success -> do
Expand Down

0 comments on commit 2e38554

Please sign in to comment.