1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:04:44 -07:00

go.tools/ssa/interp: fix build

fallthrough's are now checked - adjust
now illegal test.

TBR: adonovan

R=adonovan
CC=golang-dev
https://golang.org/cl/12041052
This commit is contained in:
Robert Griesemer 2013-07-30 20:28:18 -07:00
parent 1e79a68ff5
commit eae0511b70

View File

@ -248,6 +248,7 @@ func main() {
switch {
default:
fallthrough
case false:
}
// string -> []rune conversion.