runtime: add a missing import

This adds an import of the runtime package to fix compilation
of the TestStopCPUProfilingWithProfilerOff function.

The gccgo compiler should never have accepted this.  The patch
for the comiler is http://codereview.appspot.com/116960043 .
The test is https://codereview.appspot.com/118000043 .

From-SVN: r212870
This commit is contained in:
Ian Lance Taylor 2014-07-20 15:09:04 +00:00
parent 09611faf1b
commit aefa5ff4cf
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
// "io/ioutil"
// "os"
// "os/exec"
// . "runtime"
. "runtime"
"runtime/debug"
// "strconv"
// "strings"