summaryrefslogtreecommitdiff
path: root/tests/integration/test_tests.rs
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-09-03 02:26:05 +1000
committerGitHub <noreply@github.com>2024-09-02 18:26:05 +0200
commitc62829fc03cc1545b48616c1138b632938b3ee8c (patch)
treee6bff63c905ea377334da1cadf474e60c0b445df /tests/integration/test_tests.rs
parent3015f16fbf3ab064aa938c49df6f2f0404e12fe3 (diff)
BREAKING: remove `--trace-ops` (#25344)
Towards #22079
Diffstat (limited to 'tests/integration/test_tests.rs')
-rw-r--r--tests/integration/test_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test_tests.rs b/tests/integration/test_tests.rs
index 4bf79a0d2..d3c9f0009 100644
--- a/tests/integration/test_tests.rs
+++ b/tests/integration/test_tests.rs
@@ -251,7 +251,7 @@ itest!(allow_none {
});
itest!(ops_sanitizer_unstable {
- args: "test --trace-ops test/sanitizer/ops_sanitizer_unstable.ts",
+ args: "test --trace-leaks test/sanitizer/ops_sanitizer_unstable.ts",
exit_code: 1,
output: "test/sanitizer/ops_sanitizer_unstable.out",
});