summaryrefslogtreecommitdiff
path: root/test/fixtures/net-fd-passing-receiver.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-03-19 20:50:29 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-03-19 20:58:24 -0700
commit025116f8d01e2ff07af79d3f8bfaf9cd1b734740 (patch)
tree4f35367e6aa68ad61878590b918c3721a8bac4bf /test/fixtures/net-fd-passing-receiver.js
parentac684f358391400a4533fc81fa7c522090aec884 (diff)
downloadandroid-node-v8-025116f8d01e2ff07af79d3f8bfaf9cd1b734740.tar.gz
android-node-v8-025116f8d01e2ff07af79d3f8bfaf9cd1b734740.tar.bz2
android-node-v8-025116f8d01e2ff07af79d3f8bfaf9cd1b734740.zip
Move Buffer into own module
Diffstat (limited to 'test/fixtures/net-fd-passing-receiver.js')
-rw-r--r--test/fixtures/net-fd-passing-receiver.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/fixtures/net-fd-passing-receiver.js b/test/fixtures/net-fd-passing-receiver.js
index be29a28723..bcaf9e116c 100644
--- a/test/fixtures/net-fd-passing-receiver.js
+++ b/test/fixtures/net-fd-passing-receiver.js
@@ -1,11 +1,6 @@
process.mixin(require("../common"));
net = require("net");
-process.Buffer.prototype.toString = function () {
- return this.utf8Slice(0, this.length);
-};
-
-
path = process.ARGV[2];
greeting = process.ARGV[3];