libgo: uncomment trace.Stop() call in testing package
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 7 Aug 2018 17:28:22 +0000 (17:28 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 7 Aug 2018 17:28:22 +0000 (17:28 +0000)
commit9be4d77249fcba6baead6e27cdb2447d4e6039fa
treefff7c9af726d4d0a43069e1c830b095a5af8bf34
parent4663b943c6eec1006f160dbec0729511bc5d1838
libgo: uncomment trace.Stop() call in testing package

    Fix up the testing package to insure that execution traces
    work properly (e.g. "-test.trace=<XXX>" command line option). The
    call to stop tracing and emit the output file was stubbed out.

    Reviewed-on: https://go-review.googlesource.com/128275

From-SVN: r263363
gcc/go/gofrontend/MERGE
libgo/go/testing/testing.go