change bug163 to use actual non-letter in identifier

R=r,iant
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=31146
CL=31148
This commit is contained in:
Russ Cox 2009-07-03 13:33:00 -07:00
parent 3dab3e65d8
commit 8a1bfe89b2

View file

@ -9,5 +9,5 @@ package main
import "fmt"
func main() {
日本語 := 1; // ERROR "identifier"
xy := 1; // ERROR "identifier"
}