summaryrefslogtreecommitdiff
path: root/test/tcpserver.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/tcpserver.go')
-rw-r--r--test/tcpserver.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/tcpserver.go b/test/tcpserver.go
index 2ad2d8d88..d8f9e5a7d 100644
--- a/test/tcpserver.go
+++ b/test/tcpserver.go
@@ -2,9 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// $G $F.go && $L $F.$A && GOMAXPROCS=3 ./$A.out
-// # TODO(rsc): GOMAXPROCS will go away eventually.
-// # 3 is one for Echo, one for Serve, one for Connect.
+// $G $F.go && $L $F.$A && ./$A.out
package main
import (