libgo: uncomment trace.Stop() call in testing package
commit9150207460a6e32861f44cfa4fa38eb693aa3b46
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Aug 2018 17:28:22 +0000 (7 17:28 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Aug 2018 17:28:22 +0000 (7 17:28 +0000)
treefff7c9af726d4d0a43069e1c830b095a5af8bf34
parentb00834da55fd23be8fdfbf4c048bf2276b788e9e
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263363 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/go/testing/testing.go