Skip to content

Commit 9090199

Browse files
authored
Update ui.rs
1 parent fe5f3de commit 9090199

File tree

1 file changed

+1
-1
lines changed
  • src/tools/test-float-parse/src

1 file changed

+1
-1
lines changed

src/tools/test-float-parse/src/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub fn finish_all(tests: &[TestInfo], total_elapsed: Duration, cfg: &Config) ->
118118
match result {
119119
Ok(FinishedAll) => (),
120120
Err(EarlyExit::Timeout) => {
121-
println!(" exited early; exceded {:?} timeout", cfg.timeout)
121+
println!(" exited early; exceeded {:?} timeout", cfg.timeout)
122122
}
123123
Err(EarlyExit::MaxFailures) => {
124124
println!(" exited early; exceeded {:?} max failures", cfg.max_failures)

0 commit comments

Comments
 (0)