Skip to content

Commit

Permalink
chore: update deno_std submodule to 0.178.0 (denoland#18003)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Mar 3, 2023
1 parent 1b42ab4 commit 5c43e2a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/tests/integration/test_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});

Expand Down
1 change: 0 additions & 1 deletion cli/tests/testdata/test/ops_sanitizer_nexttick.out
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion cli/tests/testdata/test/ops_sanitizer_nexttick.ts
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion test_util/std
Submodule std updated from 0170bc to b23a76

0 comments on commit 5c43e2a

Please sign in to comment.