runtime: add a missing import
authorIan Lance Taylor <ian@gcc.gnu.org>
Sun, 20 Jul 2014 15:09:04 +0000 (15:09 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Sun, 20 Jul 2014 15:09:04 +0000 (15:09 +0000)
commitaefa5ff4cf0a058ff76dbd0bea246b690e9dcac0
tree3bfa1549dddd4bc2eebe7f6ef6485f1dbe443b14
parent09611faf1bed0fc237cd7e01ebd93d097a2e8a73
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
libgo/go/runtime/runtime_test.go