]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/types2: review fixedbugs tests
authorRobert Griesemer <gri@golang.org>
Thu, 22 Apr 2021 00:26:25 +0000 (17:26 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 22 Apr 2021 04:07:32 +0000 (04:07 +0000)
These tests match the corresponding tests for go/types
which have been reviewed.
This CL simply removes the UNREVIEWED disclaimer.

Change-Id: I4dfe2aedc1341ebb9ba206aac1a072f32cbe1f78
Reviewed-on: https://go-review.googlesource.com/c/go/+/312569
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
20 files changed:
src/cmd/compile/internal/types2/fixedbugs/issue39634.go2
src/cmd/compile/internal/types2/fixedbugs/issue39664.go2
src/cmd/compile/internal/types2/fixedbugs/issue39680.go2
src/cmd/compile/internal/types2/fixedbugs/issue39693.go2
src/cmd/compile/internal/types2/fixedbugs/issue39699.go2
src/cmd/compile/internal/types2/fixedbugs/issue39711.go2
src/cmd/compile/internal/types2/fixedbugs/issue39723.go2
src/cmd/compile/internal/types2/fixedbugs/issue39725.go2
src/cmd/compile/internal/types2/fixedbugs/issue39755.go2
src/cmd/compile/internal/types2/fixedbugs/issue39768.go2
src/cmd/compile/internal/types2/fixedbugs/issue39938.go2
src/cmd/compile/internal/types2/fixedbugs/issue39948.go2
src/cmd/compile/internal/types2/fixedbugs/issue39976.go2
src/cmd/compile/internal/types2/fixedbugs/issue39982.go2
src/cmd/compile/internal/types2/fixedbugs/issue40038.go2
src/cmd/compile/internal/types2/fixedbugs/issue40056.go2
src/cmd/compile/internal/types2/fixedbugs/issue40057.go2
src/cmd/compile/internal/types2/fixedbugs/issue40301.go2
src/cmd/compile/internal/types2/fixedbugs/issue40684.go2
src/cmd/compile/internal/types2/fixedbugs/issue41124.go2

index 36ad1ba08a5258f35aa563ad027947ed9fecf16b..2c1299feb09519d7499d09d937abf4abfb3f00bd 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index cf566c3e242596592fc72e7f9b27c3b3742e365f..3b3ec56980edda8c7bb56c0dabc5c28526fa78ec 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 3239c57d433a8179e78f686b7243545be3e3af8a..9bc26f35461345eb2f0d5728ba39fe793774723d 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 6f4d701185dfc905fdb51b54f4281ce49f146196..316ab1982e89cf3635b1b1b16b3356f70a4d2b4f 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index c8655efee53b2c6e8386945c58cc02c6638ffd11..75491e7e26f00cd5b1d0ce771d471724ae7cdf9e 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 8edce78c10607b016615d736ab0b1880408b3c17..df621a4c1730db66648dd23c898a1238bdfce332 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 8a4006ef847893d4fa358ee176f579982296523e..55464e6b7759f09016050e541868a72b50e1dca1 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 6de661a38ee1f1996afa07b906d49554e62252ae..e19b6770bfe4bd21462434f97ace29659a02c4ed 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 93aea852159388937d17bde67bddb209e53576e5..b7ab68818e9587897e7f916730644a3dc1f0af8b 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 81b4a91f2c008d8f4764d2daa69472b0554aa545..abac141d7f08dd359a26ba18c36b696d7970d40a 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 19e69e64867443db07e728bd3695f10e033f6fbf..76e7e369ca12bb6718272a2de41dfc7f6617d848 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index dede9c5797b0615bad8a1279df373566406b483e..c2b460902cc643b5537834e489f3213f551fe6f7 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 2ab9664f88dea329af08e0ed91842be893b4ded8..3db4eae0123930db81b5ff193e58ff802678878a 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 3abdfcb1b0904f992d8d45f029d31153f2d3af14..9810b6386a9a9e847617ac0915f28dd42e8374d7 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index fe3963aac2ed2f2dac24716aba9fdc251038c6b2..8948d61caa477fff40ac7f773946d0377df734e4 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 98ded7c49a186f8adc2d9851f6e6169db3229090..747aab49dd1639b79bbf7eb0efcf84787b337c4c 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index b2ff11e4bf2bbeae0de6f595d6e99430fcaabb10..fdc8fb1c00ace942c75b7bcc411d776356d82ee5 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 6a3dfc741e14aabfbe7eb17b9277f384dab67146..5d97855f8a172ff414ae86c5112b500059a3142b 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 001c6d7b994603fdcdd0da643c1fcdc86809dc77..0269c3a62ce6d0d10d92f0f2cb4e0ce8e82129cf 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
index 3098f44948fe21b18f580262a9506409be1190e9..61f766bcbd7891ef16f8ca6396349e1ff43159f6 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.