From 545c9662031330ea3f92c51986d8ef1c29684bcb Mon Sep 17 00:00:00 2001 From: Todd Neal Date: Wed, 9 Sep 2015 20:39:31 -0400 Subject: [PATCH] [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 --- test/run.go | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.48.1