summaryrefslogtreecommitdiff
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
commit224075a9da275041ecfaaf2fe15f658510582e7b (patch)
treedfdf8a0c709e80e2cdcbbb7057add4bb2891d73c /test/args.go
parentd8106717f3afb272cfffc2080d77498fcfecd1de (diff)
downloadgo-224075a9da275041ecfaaf2fe15f658510582e7b.tar.gz
test: run some more tests by default
R=golang-dev, remyoudompheng, iant, rsc CC=golang-dev http://codereview.appspot.com/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 9cfddc338..0ffe8101e 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