aboutsummaryrefslogtreecommitdiff
path: root/test/printbig.go
diff options
context:
space:
mode:
authorYury Smolsky <yury@smolsky.by>2018-05-31 18:51:00 +0300
committerBrad Fitzpatrick <bradfitz@golang.org>2018-05-31 17:36:45 +0000
commit57d40f1b27c0e0a4ca491895a68efc40c7c7d435 (patch)
treecaa88e3f96f8a886aa413996e1f7d6994c55b582 /test/printbig.go
parent424c2157392d46220213610a290a275c36ddcd97 (diff)
downloadgo-57d40f1b27c0e0a4ca491895a68efc40c7c7d435.tar.gz
go-57d40f1b27c0e0a4ca491895a68efc40c7c7d435.zip
test: remove rundircmpout and cmpout actions
This CL removes the rundircmpout action completely because it is not used anywhere. The run case already looks for output files. Rename the cmpout action mentioned in tests to the run action and remove "cmpout" from run.go. Change-Id: I835ceb70082927f8e9360e0ea0ba74f296363ab3 Reviewed-on: https://go-review.googlesource.com/115575 Run-TryBot: Yury Smolsky <yury@smolsky.by> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'test/printbig.go')
-rw-r--r--test/printbig.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/printbig.go b/test/printbig.go
index 5693c58d4f..9e08c39adc 100644
--- a/test/printbig.go
+++ b/test/printbig.go
@@ -1,4 +1,4 @@
-// cmpout
+// run
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style