summaryrefslogtreecommitdiff
path: root/test/nul1.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/nul1.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/nul1.go')
-rw-r--r--test/nul1.go8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/nul1.go b/test/nul1.go
index 968c95295..20426b4fa 100644
--- a/test/nul1.go
+++ b/test/nul1.go
@@ -1,10 +1,4 @@
-// [ "$GORUN" == "" ] || exit 0 # Android runner gets confused by the NUL output
-// $G $D/$F.go && $L $F.$A && ./$A.out >tmp.go &&
-// errchk $G -e tmp.go
-// rm -f tmp.go
-
-// 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.
+// errorcheckoutput
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style