summaryrefslogtreecommitdiff
path: root/test/testlib
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-03-22 02:14:44 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-03-22 02:14:44 +0800
commitf28fabf453b82b89ba1f283c5124cfd655ca65c9 (patch)
tree190023da95a60667195a206179795660e5efe4be /test/testlib
parent0a77fadd70443040c8899e1df4825380e5f455ad (diff)
downloadgo-f28fabf453b82b89ba1f283c5124cfd655ca65c9.tar.gz
test: use testlib in a few more cases
Introduce a new skip cmd. R=golang-dev, bradfitz, iant, iant CC=golang-dev http://codereview.appspot.com/5868048
Diffstat (limited to 'test/testlib')
-rw-r--r--test/testlib4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testlib b/test/testlib
index 4c7d9578b..3858431a7 100644
--- a/test/testlib
+++ b/test/testlib
@@ -38,3 +38,7 @@ cmpout() {
errorcheck() {
errchk $G -e $D/$F.go
}
+
+skip() {
+ true
+}