summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-12-31 19:12:00 -0800
committerRich Trott <rtrott@gmail.com>2019-01-03 10:25:59 -0800
commit7e15f0490a894607ee1cedbe02026793a0f589e5 (patch)
treebb2b00339c8755b8b851de05df809d3e2371572c /node.gyp
parentaea52299f7e5d234020145a87d89127bb8f1dfdb (diff)
downloadandroid-node-v8-7e15f0490a894607ee1cedbe02026793a0f589e5.tar.gz
android-node-v8-7e15f0490a894607ee1cedbe02026793a0f589e5.tar.bz2
android-node-v8-7e15f0490a894607ee1cedbe02026793a0f589e5.zip
lib,test: remove lib/internal/test/unicode.js
Remove lib/internal/test/unicode.js and associated test. When we added the file and test, only comments in lib had non-ASCII characters. Now, lib/internal/cli_table.js has non-ASCII characters. Tests that exercise the `console.table()` therefore fulfill the need to test non-ASCII characters in built-in modules. PR-URL: https://github.com/nodejs/node/pull/25298 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index fba7d4be81..e3fc7db47d 100644
--- a/node.gyp
+++ b/node.gyp
@@ -161,7 +161,6 @@
'lib/internal/socket_list.js',
'lib/internal/test/binding.js',
'lib/internal/test/heap.js',
- 'lib/internal/test/unicode.js',
'lib/internal/timers.js',
'lib/internal/tls.js',
'lib/internal/trace_events_async_hooks.js',