Skip to content

Commit e0b9173

Browse files
authored
chore(forge): delete useless todo's (#12276)
Update result.rs
1 parent 765b856 commit e0b9173

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/forge/src/result.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ impl TestOutcome {
167167
}
168168

169169
if shell::is_quiet() || silent {
170-
// TODO: Avoid process::exit
171170
std::process::exit(1);
172171
}
173172

@@ -201,7 +200,6 @@ impl TestOutcome {
201200
test_word
202201
)?;
203202

204-
// TODO: Avoid process::exit
205203
std::process::exit(1);
206204
}
207205

0 commit comments

Comments
 (0)