From: Josh Bleecher Snyder Date: Mon, 20 Jul 2015 22:24:03 +0000 (-0700) Subject: [dev.ssa] cmd/compile: fix test verb X-Git-Tag: go1.7beta1~1623^2^2~377 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8043f450c170a90de9a04bd801b4f3189ea613ea;p=gostls13.git [dev.ssa] cmd/compile: fix test verb 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 --- diff --git a/src/cmd/compile/internal/gc/testdata/short_ssa.go b/src/cmd/compile/internal/gc/testdata/short_ssa.go index 9427423ff3..1aa7d3e677 100644 --- a/src/cmd/compile/internal/gc/testdata/short_ssa.go +++ b/src/cmd/compile/internal/gc/testdata/short_ssa.go @@ -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