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:
parent
1e79a68ff5
commit
eae0511b70
|
@ -248,6 +248,7 @@ func main() {
|
|||
switch {
|
||||
default:
|
||||
fallthrough
|
||||
case false:
|
||||
}
|
||||
|
||||
// string -> []rune conversion.
|
||||
|
|
Loading…
Reference in New Issue