]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.ssa] test: fix build
authorTodd Neal <todd@tneal.org>
Thu, 10 Sep 2015 00:39:31 +0000 (20:39 -0400)
committerTodd Neal <todd@tneal.org>
Thu, 10 Sep 2015 00:52:51 +0000 (00:52 +0000)
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>
test/run.go

index de2044704c021200c7f3da134247eeb20d3dacc3..57b386de9910b6cff528269243a36fce3782339f 100644 (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 {