From 5c43e2a665c9dae7aff3ba757e589f10ec3aa062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 3 Mar 2023 15:11:10 -0400 Subject: chore: update deno_std submodule to 0.178.0 (#18003) --- cli/tests/testdata/test/ops_sanitizer_nexttick.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/test/ops_sanitizer_nexttick.ts') diff --git a/cli/tests/testdata/test/ops_sanitizer_nexttick.ts b/cli/tests/testdata/test/ops_sanitizer_nexttick.ts index fcc9cb92a..9ad3a7b28 100644 --- a/cli/tests/testdata/test/ops_sanitizer_nexttick.ts +++ b/cli/tests/testdata/test/ops_sanitizer_nexttick.ts @@ -1,4 +1,4 @@ -import { nextTick } from "../../../../test_util/std/node/_next_tick.ts"; +import { nextTick } from "node:process"; // https://github.com/denoland/deno_std/issues/1651 -- cgit v1.2.3