diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-02-22 11:14:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 16:14:53 +0000 |
commit | b4b718d6aefd7c234b8d632d0d67293a7ab9e22b (patch) | |
tree | e4200943190b60c7cdf303203dbe7c60a53dc5be /cli/tests/testdata/test/captured_output.ts | |
parent | a2d942a778879282f9dbd0a7ad3bfedce9100d55 (diff) |
fix(lint): revert no-deprecated-api for Deno.run (#17880)
Diffstat (limited to 'cli/tests/testdata/test/captured_output.ts')
-rw-r--r-- | cli/tests/testdata/test/captured_output.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/testdata/test/captured_output.ts b/cli/tests/testdata/test/captured_output.ts index 905156fd4..43295f027 100644 --- a/cli/tests/testdata/test/captured_output.ts +++ b/cli/tests/testdata/test/captured_output.ts @@ -1,5 +1,4 @@ Deno.test("output", async () => { - // deno-lint-ignore no-deprecated-deno-api const p = Deno.run({ cmd: [Deno.execPath(), "eval", "console.log(0); console.error(1);"], }); |