]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.ssa] cmd/compile: fix test verb
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 20 Jul 2015 22:24:03 +0000 (15:24 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 21 Jul 2015 00:09:24 +0000 (00:09 +0000)
The verb doesn't do anything, but if/when we move
these to the test directory, having it be right
will be one fewer thing to remember.

Change-Id: Ibf0280d7cc14bf48927e25215de6b91c111983d9
Reviewed-on: https://go-review.googlesource.com/12438
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/testdata/short_ssa.go

index 9427423ff386c8d1597d2a7a8ea6f1acb56ff363..1aa7d3e677df5947f26bbee9159db51934b38d9a 100644 (file)
@@ -1,4 +1,4 @@
-// compile
+// run
 
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style