diff options
Diffstat (limited to 'test/parallel/test-fs-filehandle.js')
-rw-r--r-- | test/parallel/test-fs-filehandle.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/parallel/test-fs-filehandle.js b/test/parallel/test-fs-filehandle.js index 57bdc43bee..a56b39f7c9 100644 --- a/test/parallel/test-fs-filehandle.js +++ b/test/parallel/test-fs-filehandle.js @@ -21,8 +21,7 @@ let fdnum; common.expectWarning({ 'internal/test/binding': [ - 'These APIs are exposed only for testing ' + - 'and are not tracked by any versioning system or deprecation process.', + 'These APIs are for internal testing only. Do not use them.', common.noWarnCode ], 'Warning': [ |