From 8d2d66256e7104d78611d1ef2e684492d46ea507 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 26 May 2018 15:24:25 -0400 Subject: [PATCH] Remove out-of-date comment --- integration_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration_test.go b/integration_test.go index aa2b998506..0805708a86 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() {