aboutsummaryrefslogtreecommitdiff
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
commit6694f14b6787b5e24699beb6bc7bebf01273e152 (patch)
treee7c735632c71c2fcf39b9abf425a231d73a12156 /test/nul1.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/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 968c952951..20426b4fa0 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