summaryrefslogtreecommitdiff
path: root/test/simple/test-regress-GH-877.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple/test-regress-GH-877.js')
-rw-r--r--test/simple/test-regress-GH-877.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple/test-regress-GH-877.js b/test/simple/test-regress-GH-877.js
index d9877f431f..d431118fdf 100644
--- a/test/simple/test-regress-GH-877.js
+++ b/test/simple/test-regress-GH-877.js
@@ -57,7 +57,7 @@ server.listen(common.PORT, '127.0.0.1', function() {
agent.requests['127.0.0.1:' + common.PORT].length : 0));
var agentRequests = agent.requests[addrString] ?
- agent.requests[addrString].length : 0;
+ agent.requests[addrString].length : 0;
if (maxQueued < agentRequests) {
maxQueued = agentRequests;