diff options
| author | leopardracer <136604165+leopardracer@users.noreply.github.com> | 2025-06-27 22:38:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-27 22:38:52 +0300 |
| commit | 9090199f49bf681aaf68322b3beedc37acea7b5f (patch) | |
| tree | ab380ed5168783c5820d5f4749766c9c09dcbffa | |
| parent | fe5f3dedf7b4d6bea2cadb17343f747d70b4c66b (diff) | |
| download | rust-9090199f49bf681aaf68322b3beedc37acea7b5f.tar.gz rust-9090199f49bf681aaf68322b3beedc37acea7b5f.zip | |
Update ui.rs
| -rw-r--r-- | src/tools/test-float-parse/src/ui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/test-float-parse/src/ui.rs b/src/tools/test-float-parse/src/ui.rs index 73473eef0bf..1a9ba0dc1d9 100644 --- a/src/tools/test-float-parse/src/ui.rs +++ b/src/tools/test-float-parse/src/ui.rs @@ -118,7 +118,7 @@ pub fn finish_all(tests: &[TestInfo], total_elapsed: Duration, cfg: &Config) -> match result { Ok(FinishedAll) => (), Err(EarlyExit::Timeout) => { - println!(" exited early; exceded {:?} timeout", cfg.timeout) + println!(" exited early; exceeded {:?} timeout", cfg.timeout) } Err(EarlyExit::MaxFailures) => { println!(" exited early; exceeded {:?} max failures", cfg.max_failures) |
