aboutsummaryrefslogtreecommitdiff
path: root/test/args.go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2012-11-08 09:04:27 -0800
committerIan Lance Taylor <iant@golang.org>2012-11-08 09:04:27 -0800
commit6694f14b6787b5e24699beb6bc7bebf01273e152 (patch)
treee7c735632c71c2fcf39b9abf425a231d73a12156 /test/args.go
parent4e75d2c7d5234f3bd9789b643e30b744de96b348 (diff)
downloadgo-6694f14b6787b5e24699beb6bc7bebf01273e152.tar.gz
go-6694f14b6787b5e24699beb6bc7bebf01273e152.zip
test: run some more tests by default
R=golang-dev, remyoudompheng, iant, rsc CC=golang-dev https://golang.org/cl/6833043
Diffstat (limited to 'test/args.go')
-rw-r--r--test/args.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/args.go b/test/args.go
index 9cfddc338b..0ffe8101e9 100644
--- a/test/args.go
+++ b/test/args.go
@@ -1,7 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out arg1 arg2
-
-// NOTE: This test is not run by 'run.go' and so not run by all.bash.
-// To run this test you must use the ./run shell script.
+// run arg1 arg2
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style