Commit aefa5ff4 by Ian Lance Taylor

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
parent 09611faf
......@@ -9,7 +9,7 @@ import (
// "io/ioutil"
// "os"
// "os/exec"
// . "runtime"
. "runtime"
"runtime/debug"
// "strconv"
// "strings"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment