Skip to content

Commit

Permalink
fix: fix typo Waiting->waiting, Timeout->timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zong-zhe committed Mar 28, 2023
1 parent a373522 commit 048fb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler_base/parallel/src/executor/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ mod test_timeout_executor {
.lock()
.unwrap()
.events_str,
"tname:PanicTask tid:0 event:Waiting\ntname:PanicTask tid:0 event:Timeout 59s\n");
"tname:PanicTask tid:0 event:waiting\ntname:PanicTask tid:0 event:timeout 59s\n");
handle.thread().unpark();
}
}
Expand Down

0 comments on commit 048fb94

Please sign in to comment.