summaryrefslogtreecommitdiff
path: root/test/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtests.sh')
-rwxr-xr-xtest/runtests.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/runtests.sh b/test/runtests.sh
deleted file mode 100755
index 9fb0f0ab1..000000000
--- a/test/runtests.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2009 The Go Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style
-# license that can be found in the LICENSE file.
-
-#!/bin/bash
-GO=$1
-for f in *.go; do
- $GO $f
-done