summaryrefslogtreecommitdiff
path: root/test/ken
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-10-25 22:20:02 -0700
committerRuss Cox <rsc@golang.org>2011-10-25 22:20:02 -0700
commita2a0c70a8b83096f346908dc85e6f269def667ac (patch)
tree207ee021c6dfa6c3609b708430436d756b19d96a /test/ken
parentc6744aa6cd448c43c487dc9f6ecd7c9a5d4eb9f4 (diff)
downloadgo-a2a0c70a8b83096f346908dc85e6f269def667ac.tar.gz
cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune
Nothing terribly interesting here. R=golang-dev, bradfitz, gri, r CC=golang-dev http://codereview.appspot.com/5300043
Diffstat (limited to 'test/ken')
-rw-r--r--test/ken/string.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ken/string.go b/test/ken/string.go
index cbedad4e8..b74bd7d6f 100644
--- a/test/ken/string.go
+++ b/test/ken/string.go
@@ -95,7 +95,7 @@ func main() {
}
/* create string with int array */
- var z2 [3]int
+ var z2 [3]rune
z2[0] = 'a'
z2[1] = '\u1234'
z2[2] = 'c'