Skip to content

Commit dfa8f26

Browse files
committed
test(test): unnecessay env_remove("RUST_BACKTRACE")
This is done for all tests in f3c7525
1 parent e965b41 commit dfa8f26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testsuite/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5497,7 +5497,6 @@ Caused by:
54975497
.run();
54985498

54995499
p.cargo("test --no-fail-fast -- --nocapture")
5500-
.env_remove("RUST_BACKTRACE")
55015500
.with_stderr_does_not_contain(
55025501
"test exited abnormally; to see the full output pass --nocapture to the harness.",
55035502
)

0 commit comments

Comments
 (0)