]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove unnecessary tmpdir in ssa_test
authorCherry Zhang <cherryyz@google.com>
Thu, 9 Nov 2017 19:28:02 +0000 (14:28 -0500)
committerCherry Zhang <cherryyz@google.com>
Thu, 9 Nov 2017 21:10:48 +0000 (21:10 +0000)
commit1c322524ada678c26b831c7e88525e65130a0880
treefdb31764489ce686cd95bb30640b1283856f26af
parentd7ac9bb9927bfdbb1e6aa582d94e10b3374b88ce
cmd/compile: remove unnecessary tmpdir in ssa_test

I added this in CL 76024 in order to do compile+link+run. This
is no longer necessary after CL 76551, which changed it back to
"go run". Remove it.

Change-Id: Ifa744d4b2f73f33cad056b24051821e43638cc7f
Reviewed-on: https://go-review.googlesource.com/76690
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/ssa_test.go