aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-stream2-objects.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-stream2-objects.js')
-rw-r--r--test/parallel/test-stream2-objects.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-stream2-objects.js b/test/parallel/test-stream2-objects.js
index e79b8f9524..e67359eff2 100644
--- a/test/parallel/test-stream2-objects.js
+++ b/test/parallel/test-stream2-objects.js
@@ -167,8 +167,6 @@ test('read(0) for object streams', function(t) {
r.push('foobar');
r.push(null);
- var v = r.read(0);
-
r.pipe(toArray(function(array) {
assert.deepEqual(array, ['foobar']);