]> Cypherpunks.ru repositories - gostls13.git/commit
test: update gofrontend expected errors
authorIan Lance Taylor <iant@golang.org>
Sun, 29 Nov 2020 03:10:57 +0000 (19:10 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 30 Nov 2020 20:15:10 +0000 (20:15 +0000)
commit848dff6dda4d38d3d2e9ab128954f50d085d9313
treec1dfa3aa7b749ddf121554dd0f3c407af5c371a1
parenta45e12fd4bd2cc4d5970f374499b603bfb793891
test: update gofrontend expected errors

This matches the error messages after CL 273890.

syntax/semi4.go:11:9: error: unexpected semicolon or newline, expecting ‘{’ after for clause
syntax/semi4.go:10:13: error: reference to undefined name ‘x’
syntax/semi4.go:12:17: error: reference to undefined name ‘z’

Change-Id: Ic88ff6e27d50bf70f5b2114383b84c42c0682f39
Reviewed-on: https://go-review.googlesource.com/c/go/+/273891
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/syntax/semi4.go