summaryrefslogtreecommitdiff
path: root/test/ken/array.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-09-03 13:21:05 -0700
committerRob Pike <r@golang.org>2008-09-03 13:21:05 -0700
commit8b112a682e21e8a8bb5d9b1487c21167396e407e (patch)
tree5ade57d1a52b75987195dfef53680df864813b60 /test/ken/array.go
parente84dba5ee0c570e1f150e06c8e204ab0a0a43786 (diff)
downloadgolang-8b112a682e21e8a8bb5d9b1487c21167396e407e.tar.gz
update tests
add commands to two new ken tests R=gri OCL=14751 CL=14751
Diffstat (limited to 'test/ken/array.go')
-rw-r--r--test/ken/array.go9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/ken/array.go b/test/ken/array.go
index bd17f645c..0dac2a689 100644
--- a/test/ken/array.go
+++ b/test/ken/array.go
@@ -4,7 +4,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-
package main
export func
@@ -147,10 +146,10 @@ testfdfault()
func
main()
{
- print("testpdpd\n"); testpdpd();
- print("testpfpf\n"); testpfpf();
- print("testpdpf1\n"); testpdpf1();
- print("testpdpf2\n"); testpdpf2();
+ testpdpd();
+ testpfpf();
+ testpdpf1();
+ testpdpf2();
// print("testpdfault\n"); testpdfault();
// print("testfdfault\n"); testfdfault();
}