diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/test_tests.rs | 2 | ||||
-rw-r--r-- | tests/testdata/test/sanitizer/ops_sanitizer_unstable.out | 2 |
2 files changed, 1 insertions, 3 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", }); diff --git a/tests/testdata/test/sanitizer/ops_sanitizer_unstable.out b/tests/testdata/test/sanitizer/ops_sanitizer_unstable.out index 115d8cefa..a09f34592 100644 --- a/tests/testdata/test/sanitizer/ops_sanitizer_unstable.out +++ b/tests/testdata/test/sanitizer/ops_sanitizer_unstable.out @@ -1,5 +1,3 @@ -⚠️ The `--trace-ops` flag is deprecated and will be removed in Deno 2.0. -Use the `--trace-leaks` flag instead. Check [WILDCARD]/ops_sanitizer_unstable.ts running 2 tests from [WILDCARD]/ops_sanitizer_unstable.ts no-op ... ok ([WILDCARD]) |