Skip to content

Commit cd30944

Browse files
committed
fix: Rename --nocapture in an assert
1 parent a71e282 commit cd30944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/libtest2-harness/src/harness.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ fn run(
248248
let timer = std::time::Instant::now();
249249

250250
if opts.nocapture {
251-
todo!("`--nocapture` is not yet supported");
251+
todo!("`--no-capture` is not yet supported");
252252
}
253253
if opts.options.display_output {
254254
todo!("`--show-output` is not yet supported");

0 commit comments

Comments
 (0)