summaryrefslogtreecommitdiff
path: root/test/simple/test-net-binary.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple/test-net-binary.js')
-rw-r--r--test/simple/test-net-binary.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple/test-net-binary.js b/test/simple/test-net-binary.js
index ad6f4f04a5..6db43e2329 100644
--- a/test/simple/test-net-binary.js
+++ b/test/simple/test-net-binary.js
@@ -9,7 +9,7 @@ for (var i = 255; i >= 0; i--) {
+ " "
+ JSON.stringify(S)
+ " "
- + JSON.stringify(String.fromCharCode(i))
+ + JSON.stringify(String.fromCharCode(i))
+ " "
+ S.charCodeAt(0)
);