Commit b888671f authored by Rob Pike's avatar Rob Pike

test: fix broken test

TBR=bradfitz

R=golang-dev
CC=golang-dev
https://golang.org/cl/5684050
parent f2ad374a
......@@ -271,7 +271,7 @@ func F(arg int) {
X = 0
X = 0
X = 0 // used 256 times
if arg != 0 {
if arg != 1 {
panic("argument was changed")
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment