summaryrefslogtreecommitdiff
path: root/test/common/index.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/index.mjs')
-rw-r--r--test/common/index.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/common/index.mjs b/test/common/index.mjs
index f73a9d9be5..8bf512f6b9 100644
--- a/test/common/index.mjs
+++ b/test/common/index.mjs
@@ -52,7 +52,7 @@ const {
skipIf32Bits,
getArrayBufferViews,
getBufferSources,
- crashOnUnhandledRejection,
+ disableCrashOnUnhandledRejection,
getTTYfd,
runWithInvalidFD,
hijackStdout,
@@ -112,7 +112,7 @@ export {
skipIf32Bits,
getArrayBufferViews,
getBufferSources,
- crashOnUnhandledRejection,
+ disableCrashOnUnhandledRejection,
getTTYfd,
runWithInvalidFD,
hijackStdout,