From dcc75d5685ddb1ad3c1b97721cbc24bf6fa56c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 15 Nov 2024 00:19:12 +0000 Subject: chore: remove some unused tests (#26878) --- tests/testdata/run/warn_on_deprecated_api/mod.ts | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/testdata/run/warn_on_deprecated_api/mod.ts (limited to 'tests/testdata/run/warn_on_deprecated_api/mod.ts') diff --git a/tests/testdata/run/warn_on_deprecated_api/mod.ts b/tests/testdata/run/warn_on_deprecated_api/mod.ts deleted file mode 100644 index f74632b2c..000000000 --- a/tests/testdata/run/warn_on_deprecated_api/mod.ts +++ /dev/null @@ -1,11 +0,0 @@ -export async function runEcho() { - const p = Deno.run({ - cmd: [ - Deno.execPath(), - "eval", - "console.log('hello world')", - ], - }); - await p.status(); - p.close(); -} -- cgit v1.2.3