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