From: Todd Neal Date: Thu, 10 Sep 2015 00:39:31 +0000 (-0400) Subject: [dev.ssa] test: fix build X-Git-Tag: go1.7beta1~1623^2^2~178 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=545c9662031330ea3f92c51986d8ef1c29684bcb;p=gostls13.git [dev.ssa] test: fix build Add line that was inadvertently removed. Change-Id: I99ebc1041e984e408ae5825836c28b9891d6043b Reviewed-on: https://go-review.googlesource.com/14470 Run-TryBot: Todd Neal Reviewed-by: Keith Randall --- diff --git a/test/run.go b/test/run.go index de2044704c..57b386de99 100644 --- a/test/run.go +++ b/test/run.go @@ -636,6 +636,7 @@ func (t *test) run() { } case "run": + useTmp = false ssaMain = true out, err := runcmd(append([]string{"go", "run", t.goFileName()}, args...)...) if err != nil {