diff options
author | Rob Pike <r@golang.org> | 2008-09-03 13:21:05 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2008-09-03 13:21:05 -0700 |
commit | 8b112a682e21e8a8bb5d9b1487c21167396e407e (patch) | |
tree | 5ade57d1a52b75987195dfef53680df864813b60 /test/ken/shift.go | |
parent | e84dba5ee0c570e1f150e06c8e204ab0a0a43786 (diff) | |
download | golang-8b112a682e21e8a8bb5d9b1487c21167396e407e.tar.gz |
update tests
add commands to two new ken tests
R=gri
OCL=14751
CL=14751
Diffstat (limited to 'test/ken/shift.go')
-rw-r--r-- | test/ken/shift.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ken/shift.go b/test/ken/shift.go index 180abbf3f..0be8da51b 100644 --- a/test/ken/shift.go +++ b/test/ken/shift.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 var ians [18]int; |