summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/captured_output.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-02-22 11:14:53 -0500
committerGitHub <noreply@github.com>2023-02-22 16:14:53 +0000
commitb4b718d6aefd7c234b8d632d0d67293a7ab9e22b (patch)
treee4200943190b60c7cdf303203dbe7c60a53dc5be /cli/tests/testdata/test/captured_output.ts
parenta2d942a778879282f9dbd0a7ad3bfedce9100d55 (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.ts1
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);"],
});