aboutsummaryrefslogtreecommitdiff
path: root/test/pseudo-tty/test-tty-wrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pseudo-tty/test-tty-wrap.js')
-rw-r--r--test/pseudo-tty/test-tty-wrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pseudo-tty/test-tty-wrap.js b/test/pseudo-tty/test-tty-wrap.js
index cb961d0403..917f04869a 100644
--- a/test/pseudo-tty/test-tty-wrap.js
+++ b/test/pseudo-tty/test-tty-wrap.js
@@ -3,7 +3,7 @@
require('../common');
const { internalBinding } = require('internal/test/binding');
-const { TTY } = process.binding('tty_wrap');
+const { TTY } = internalBinding('tty_wrap');
const { WriteWrap } = internalBinding('stream_wrap');
const handle = new TTY(1);