runtime: add a missing import
commit616ba26bc5a1926bfb2fba6ead39f3b5ee8cccb6
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Jul 2014 15:09:04 +0000 (20 15:09 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Jul 2014 15:09:04 +0000 (20 15:09 +0000)
tree3bfa1549dddd4bc2eebe7f6ef6485f1dbe443b14
parent383b71a95aff980cdcefcecc91c6bd7cd3934e68
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 .

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212870 138bc75d-0d04-0410-961f-82ee72b054a4
libgo/go/runtime/runtime_test.go