]> Cypherpunks repositories - gostls13.git/commitdiff
net/http/cgi: fix plan9 build
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Apr 2017 20:08:31 +0000 (20:08 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Apr 2017 20:34:38 +0000 (20:34 +0000)
Cleanup CL https://golang.org/cl/41691 broke the plan9 build by removing
a use of a package but not removing the package import.

Trybots don't check that. I filed #20119 for that.

Change-Id: Ia030e6924665dfb871ca964455b899d51b0200c2
Reviewed-on: https://go-review.googlesource.com/41752
Reviewed-by: David du Colombier <0intro@gmail.com>
src/net/http/cgi/plan9_test.go

index 2c29ef8025865bf32e395a53c54349d9d5ddf49e..cc20fe03e4eab6a6daba1d75e6f87d58cfbdc496 100644 (file)
@@ -9,7 +9,6 @@ package cgi
 import (
        "os"
        "strconv"
-       "testing"
 )
 
 func isProcessRunning(pid int) bool {