summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/typedarray/test/server/undef_globals.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/typedarray/test/server/undef_globals.js')
-rw-r--r--deps/npm/node_modules/typedarray/test/server/undef_globals.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/typedarray/test/server/undef_globals.js b/deps/npm/node_modules/typedarray/test/server/undef_globals.js
index e57dabdceb..425950f9fc 100644
--- a/deps/npm/node_modules/typedarray/test/server/undef_globals.js
+++ b/deps/npm/node_modules/typedarray/test/server/undef_globals.js
@@ -11,7 +11,7 @@ test('u8a without globals', function (t) {
vm.runInNewContext(src, c);
var TA = c.module.exports;
var ua = new(TA.Uint8Array)(5);
-
+
t.equal(ua.length, 5);
ua[1] = 256 + 55;
t.equal(ua[1], 55);