File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/src/Test/Framework/Runners Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ defaultMainWithOpts tests ropts = do
151151 K (Just file) -> XML. produceReport (unK (ropt_xml_nested ropts')) test_statistics' fin_tests >>= writeFile file
152152 _ -> return ()
153153
154- -- Set the error code depending on whether the tests succeded or not
154+ -- Set the error code depending on whether the tests succeeded or not
155155 exitWith $ if ts_no_failures test_statistics'
156156 then ExitSuccess
157157 else ExitFailure 1
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ showRunTestsTop isplain hide_successes running_tests = (if isplain then id else
3939 return finished_tests
4040
4141
42- -- This code all /really/ sucks. There must be a better way to seperate out the console-updating
42+ -- This code all /really/ sucks. There must be a better way to separate out the console-updating
4343-- and the improvement-traversing concerns - but how?
4444showRunTest :: Bool -> Bool -> Int -> TestStatistics -> RunningTest -> IO (TestStatistics , FinishedTest )
4545showRunTest isplain hide_successes indent_level test_statistics (RunTest name test_type (SomeImproving improving_result)) = do
You can’t perform that action at this time.
0 commit comments