diff options
author | cjihrig <cjihrig@gmail.com> | 2015-08-13 12:14:34 -0400 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2015-08-23 17:59:43 -0400 |
commit | a69ab27ab458385d24676792b75ad1c25b8c30e5 (patch) | |
tree | eb44f3d0affb9173c2822fbbf25aa2a8a7ae6fe2 /test/parallel/test-stringbytes-external.js | |
parent | ae8d436623109f315229ca9cc05715af362257b0 (diff) | |
download | node-new-a69ab27ab458385d24676792b75ad1c25b8c30e5.tar.gz |
node: rename from io.js to node
This commit replaces instances of io.js with Node.js, based on the
recent convergence. There are some remaining instances of io.js,
related to build and the installer.
Fixes: https://github.com/nodejs/node/issues/2361
PR-URL: https://github.com/nodejs/node/pull/2367
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: João Reis <reis@janeasystems.com>
Diffstat (limited to 'test/parallel/test-stringbytes-external.js')
-rw-r--r-- | test/parallel/test-stringbytes-external.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-stringbytes-external.js b/test/parallel/test-stringbytes-external.js index 107685ba8f..231ab4f203 100644 --- a/test/parallel/test-stringbytes-external.js +++ b/test/parallel/test-stringbytes-external.js @@ -107,7 +107,7 @@ var PRE_3OF4_APEX = Math.ceil((EXTERN_APEX / 4) * 3) - RADIOS; } })(); -// https://github.com/nodejs/io.js/issues/1024 +// https://github.com/nodejs/node/issues/1024 (function() { var a = Array(1 << 20).join('x'); var b = Buffer(a, 'ucs2').toString('ucs2'); |