summaryrefslogtreecommitdiff
path: root/src/lib/testing.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing.go')
-rw-r--r--src/lib/testing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing.go b/src/lib/testing.go
index afb24855b..c5a9761e7 100644
--- a/src/lib/testing.go
+++ b/src/lib/testing.go
@@ -82,7 +82,7 @@ func TRunner(t *T, test *Test) {
t.ch <- t;
}
-export func Main(tests *[]Test) {
+export func Main(tests []Test) {
flag.Parse();
ok := true;
if len(tests) == 0 {