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.mjs8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/common/index.mjs b/test/common/index.mjs
index 3ad51d4cae..5a0d547d59 100644
--- a/test/common/index.mjs
+++ b/test/common/index.mjs
@@ -52,10 +52,6 @@ const {
disableCrashOnUnhandledRejection,
getTTYfd,
runWithInvalidFD,
- hijackStdout,
- hijackStderr,
- restoreStdout,
- restoreStderr,
isCPPSymbolsNotMapped
} = common;
@@ -109,9 +105,5 @@ export {
disableCrashOnUnhandledRejection,
getTTYfd,
runWithInvalidFD,
- hijackStdout,
- hijackStderr,
- restoreStdout,
- restoreStderr,
isCPPSymbolsNotMapped
};