Commit 545c9662 authored by Todd Neal's avatar Todd Neal

[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: default avatarKeith Randall <khr@golang.org>
parent def7c65b
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment