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
1 changed files with 1 additions and 0 deletions

View File

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