summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-03 15:11:10 -0400
committerGitHub <noreply@github.com>2023-03-03 19:11:10 +0000
commit5c43e2a665c9dae7aff3ba757e589f10ec3aa062 (patch)
tree6cb9f4fdd10a8f715509b215cfbbabe9cb83f702
parent1b42ab46058c299c5ad219d836958e97e30577dd (diff)
chore: update deno_std submodule to 0.178.0 (#18003)
-rw-r--r--cli/tests/integration/test_tests.rs2
-rw-r--r--cli/tests/testdata/test/ops_sanitizer_nexttick.out1
-rw-r--r--cli/tests/testdata/test/ops_sanitizer_nexttick.ts2
m---------test_util/std0
4 files changed, 2 insertions, 3 deletions
diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs
index b9166c510..712cd1c68 100644
--- a/cli/tests/integration/test_tests.rs
+++ b/cli/tests/integration/test_tests.rs
@@ -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",
});
diff --git a/cli/tests/testdata/test/ops_sanitizer_nexttick.out b/cli/tests/testdata/test/ops_sanitizer_nexttick.out
index a8f2b5779..44a8d13d5 100644
--- a/cli/tests/testdata/test/ops_sanitizer_nexttick.out
+++ b/cli/tests/testdata/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
test 1 ... ok ([WILDCARD])
test 2 ... ok ([WILDCARD])
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
diff --git a/test_util/std b/test_util/std
-Subproject 0170bc24551ca407bee0965807eaf2095d08ef7
+Subproject b23a76a47adaf63b5493761a87e6dd0dc0de0bb