1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

chore: update deno_std submodule to 0.178.0 (#18003)

This commit is contained in:
Bartek Iwańczuk 2023-03-03 15:11:10 -04:00 committed by GitHub
parent 1b42ab4605
commit 5c43e2a665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View file

@ -241,7 +241,7 @@ itest!(trace_ops_catch_error {
// });
itest!(ops_sanitizer_nexttick {
args: "test test/ops_sanitizer_nexttick.ts",
args: "test --no-check test/ops_sanitizer_nexttick.ts",
output: "test/ops_sanitizer_nexttick.out",
});

View file

@ -1,4 +1,3 @@
Check [WILDCARD]/testdata/test/ops_sanitizer_nexttick.ts
running 2 tests from ./test/ops_sanitizer_nexttick.ts
test 1 ... ok ([WILDCARD])
test 2 ... ok ([WILDCARD])

View file

@ -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

@ -1 +1 @@
Subproject commit 0170bc24551ca407bee0965807eaf2095d08ef7c
Subproject commit b23a76a47adaf63b5493761a87e6dd0dc0de0bb8