runtime: don't check for stale runtime
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 26 Mar 2018 19:29:27 +0000 (19:29 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 26 Mar 2018 19:29:27 +0000 (19:29 +0000)
commita8ebf991f368de92ec22a431920cc7c4332be5d4
tree727977904bf70aeef0bd8a6a6d4efb9ee1676e8e
parent2903ad2d599eeba2c32fd2b07b6d697950c84c6e
runtime: don't check for stale runtime

    The gccgo runtime is never stale, and on a system with gc sources in
    ~/go the test may wind up checking whether the gc runtime is stale.

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

From-SVN: r258865
gcc/go/gofrontend/MERGE
libgo/go/runtime/crash_test.go