]> Cypherpunks repositories - gostls13.git/commit
test: update blank1.go for changed gofrontend error messages
authorIan Lance Taylor <iant@golang.org>
Sat, 22 Jun 2019 19:56:49 +0000 (12:56 -0700)
committerIan Lance Taylor <iant@golang.org>
Sun, 23 Jun 2019 22:20:39 +0000 (22:20 +0000)
commitc290cb6338fe9ce7d8ade3adbb4acd0f0e6172e4
treec58359bae3c6881b0796beaf6fb61045feaab1e1
parent295419d0b446bd8e7310966be561c9196d92dc5a
test: update blank1.go for changed gofrontend error messages

Adjusting gofrontend error messages for GCC standards causes the
messages expected by this test to be adjusted slightly: the gofrontend
code now quotes the _ identifier.

Change-Id: I55ee2ae70b4da3bf7a421ceea80b254dd17601a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/183477
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
test/blank1.go