mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
chore: update deno_std submodule to 0.178.0 (#18003)
This commit is contained in:
parent
1b42ab4605
commit
5c43e2a665
4 changed files with 3 additions and 4 deletions
|
@ -241,7 +241,7 @@ itest!(trace_ops_catch_error {
|
||||||
// });
|
// });
|
||||||
|
|
||||||
itest!(ops_sanitizer_nexttick {
|
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",
|
output: "test/ops_sanitizer_nexttick.out",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
Check [WILDCARD]/testdata/test/ops_sanitizer_nexttick.ts
|
|
||||||
running 2 tests from ./test/ops_sanitizer_nexttick.ts
|
running 2 tests from ./test/ops_sanitizer_nexttick.ts
|
||||||
test 1 ... ok ([WILDCARD])
|
test 1 ... ok ([WILDCARD])
|
||||||
test 2 ... ok ([WILDCARD])
|
test 2 ... ok ([WILDCARD])
|
||||||
|
|
|
@ -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
|
// https://github.com/denoland/deno_std/issues/1651
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0170bc24551ca407bee0965807eaf2095d08ef7c
|
Subproject commit b23a76a47adaf63b5493761a87e6dd0dc0de0bb8
|
Loading…
Reference in a new issue