mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
Remove out-of-date comment
This commit is contained in:
parent
7609df9d4f
commit
8d2d66256e
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ import (
|
||||||
var denoFn string
|
var denoFn string
|
||||||
|
|
||||||
// Some tests require an HTTP server. We start one here.
|
// 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,
|
// Note that "localhost:4545" is hardcoded into the tests at the moment,
|
||||||
// so if the server runs on a different port, it will fail.
|
// so if the server runs on a different port, it will fail.
|
||||||
func startServer() {
|
func startServer() {
|
||||||
|
|
Loading…
Reference in a new issue