summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-filehandle.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-fs-filehandle.js')
-rw-r--r--test/parallel/test-fs-filehandle.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/parallel/test-fs-filehandle.js b/test/parallel/test-fs-filehandle.js
index a56b39f7c9..30f42a60f0 100644
--- a/test/parallel/test-fs-filehandle.js
+++ b/test/parallel/test-fs-filehandle.js
@@ -21,12 +21,10 @@ let fdnum;
common.expectWarning({
'internal/test/binding': [
- 'These APIs are for internal testing only. Do not use them.',
- common.noWarnCode
+ 'These APIs are for internal testing only. Do not use them.'
],
'Warning': [
- `Closing file descriptor ${fdnum} on garbage collection`,
- common.noWarnCode
+ `Closing file descriptor ${fdnum} on garbage collection`
]
});