From a71528ad317bdeeac515dcd3d35d7adad5ebc7c3 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 21 Apr 2021 17:26:25 -0700 Subject: [PATCH] cmd/compile/internal/types2: review fixedbugs tests 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 Reviewed-by: Robert Findley --- src/cmd/compile/internal/types2/fixedbugs/issue39634.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39664.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39680.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39693.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39699.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39711.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39723.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39725.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39755.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39768.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39938.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39948.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39976.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue39982.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue40038.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue40056.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue40057.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue40301.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue40684.go2 | 1 - src/cmd/compile/internal/types2/fixedbugs/issue41124.go2 | 1 - 20 files changed, 20 deletions(-) diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39634.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39634.go2 index 36ad1ba08a..2c1299feb0 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39634.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39634.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39664.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39664.go2 index cf566c3e24..3b3ec56980 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39664.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39664.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39680.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39680.go2 index 3239c57d43..9bc26f3546 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39680.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39680.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39693.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39693.go2 index 6f4d701185..316ab1982e 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39693.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39693.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39699.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39699.go2 index c8655efee5..75491e7e26 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39699.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39699.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39711.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39711.go2 index 8edce78c10..df621a4c17 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39711.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39711.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39723.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39723.go2 index 8a4006ef84..55464e6b77 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39723.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39723.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39725.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39725.go2 index 6de661a38e..e19b6770bf 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39725.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39725.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39755.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39755.go2 index 93aea85215..b7ab68818e 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39755.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39755.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39768.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39768.go2 index 81b4a91f2c..abac141d7f 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39768.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39768.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39938.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39938.go2 index 19e69e6486..76e7e369ca 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39938.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39938.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39948.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39948.go2 index dede9c5797..c2b460902c 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39948.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39948.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39976.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39976.go2 index 2ab9664f88..3db4eae012 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39976.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39976.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue39982.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue39982.go2 index 3abdfcb1b0..9810b6386a 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue39982.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue39982.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue40038.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue40038.go2 index fe3963aac2..8948d61caa 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue40038.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue40038.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue40056.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue40056.go2 index 98ded7c49a..747aab49dd 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue40056.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue40056.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue40057.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue40057.go2 index b2ff11e4bf..fdc8fb1c00 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue40057.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue40057.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue40301.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue40301.go2 index 6a3dfc741e..5d97855f8a 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue40301.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue40301.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue40684.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue40684.go2 index 001c6d7b99..0269c3a62c 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue40684.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue40684.go2 @@ -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. diff --git a/src/cmd/compile/internal/types2/fixedbugs/issue41124.go2 b/src/cmd/compile/internal/types2/fixedbugs/issue41124.go2 index 3098f44948..61f766bcbd 100644 --- a/src/cmd/compile/internal/types2/fixedbugs/issue41124.go2 +++ b/src/cmd/compile/internal/types2/fixedbugs/issue41124.go2 @@ -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. -- 2.50.0