]> Cypherpunks repositories - gostls13.git/commit
test: recognize gofrontend error messages
authorIan Lance Taylor <iant@golang.org>
Sun, 29 Nov 2020 02:14:38 +0000 (18:14 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 30 Nov 2020 20:08:34 +0000 (20:08 +0000)
commita45e12fd4bd2cc4d5970f374499b603bfb793891
tree270e6d4974f6c741e703b95f548a550ab5dc4ef2
parentd6abf298cf1ef56dc8cbec2ee9a18c071bb6eb3c
test: recognize gofrontend error messages

shift1.go:76:16: error: shift of non-integer operand
shift1.go:77:16: error: shift of non-integer operand

Change-Id: I48584c0b01f9f6912a93b5f9bba55b5803fbeced
Reviewed-on: https://go-review.googlesource.com/c/go/+/273888
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
test/shift1.go