Skip to content

Commit 2c8692d

Browse files
committed
cmd/compile/internal/types2: review of example_test.go
The changes between (equivalent, and reviewed) go/types/example_test.go and example_test.go can be seen by comparing patchset 1 and 2. The actual changes are removing the "// UNREVIEWED" marker. The primary differences to go/types/example_test.go are: - use of syntax instead of go/ast package - no ExampleMethodSet test (types2 doesn't have MethodSet) - some code in ExampleInfo is disabled due to less precise position information provided by the syntax tree Change-Id: I035284357acc8ecb7849022b5a9d873ae2235987 Reviewed-on: https://go-review.googlesource.com/c/go/+/304249 Trust: Robert Griesemer <gri@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
1 parent ffa9983 commit 2c8692d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmd/compile/internal/types2/example_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNREVIEWED
21
// Copyright 2015 The Go Authors. All rights reserved.
32
// Use of this source code is governed by a BSD-style
43
// license that can be found in the LICENSE file.

0 commit comments

Comments
 (0)