summaryrefslogtreecommitdiff
path: root/integration_test.go
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-26 15:24:25 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-26 15:24:25 -0400
commit8d2d66256e7104d78611d1ef2e684492d46ea507 (patch)
tree06d7374f977f6f99ac85f9c8d7efd11d8f4408b2 /integration_test.go
parent7609df9d4f39dec83c633c23833ab8dfd8103ec1 (diff)
Remove out-of-date comment
Diffstat (limited to 'integration_test.go')
-rw-r--r--integration_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/integration_test.go b/integration_test.go
index aa2b99850..0805708a8 100644
--- a/integration_test.go
+++ b/integration_test.go
@@ -15,8 +15,6 @@ import (
var denoFn string
// Some tests require an HTTP server. We start one here.
-// Because we process tests synchronously in this program we must run
-// the server as a subprocess.
// Note that "localhost:4545" is hardcoded into the tests at the moment,
// so if the server runs on a different port, it will fail.
func startServer() {