From aefa5ff4cf0a058ff76dbd0bea246b690e9dcac0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 20 Jul 2014 15:09:04 +0000 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgo/go') diff --git a/libgo/go/runtime/runtime_test.go b/libgo/go/runtime/runtime_test.go index 7dae95a..5c50467 100644 --- a/libgo/go/runtime/runtime_test.go +++ b/libgo/go/runtime/runtime_test.go @@ -9,7 +9,7 @@ import ( // "io/ioutil" // "os" // "os/exec" - // . "runtime" + . "runtime" "runtime/debug" // "strconv" // "strings" -- cgit v1.1