[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 <todd@tneal.org>
Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
Todd Neal 2015-09-09 20:39:31 -04:00
parent def7c65b70
commit 545c966203

View file

@ -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 {