summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/test/parallel/test-fs-copyfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/node_compat/test/parallel/test-fs-copyfile.js')
-rw-r--r--cli/tests/node_compat/test/parallel/test-fs-copyfile.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/node_compat/test/parallel/test-fs-copyfile.js b/cli/tests/node_compat/test/parallel/test-fs-copyfile.js
index 6dbbcc1f3..085fc19bf 100644
--- a/cli/tests/node_compat/test/parallel/test-fs-copyfile.js
+++ b/cli/tests/node_compat/test/parallel/test-fs-copyfile.js
@@ -163,8 +163,6 @@ assert.throws(() => {
}, {
code: 'ERR_OUT_OF_RANGE',
name: 'RangeError',
- message: 'The value of "mode" is out of range. It must be an integer ' +
- '>= 0 && <= 7. Received 8'
});
assert.throws(() => {