]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/importer: remove // UNREVIEWED comments from tests
authorRobert Griesemer <gri@golang.org>
Tue, 21 Sep 2021 17:20:02 +0000 (10:20 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 21 Sep 2021 20:28:50 +0000 (20:28 +0000)
The importer tests are exact copies of the corresponding test files in
$GOROOT/src/go/internal/gcimporter/testdata/. With these changes, diff
applied recursively doesn't show any differences anymore among the
existing files between the directories

src/cmd/compile/internal/importer/testdata
src/go/internal/gcimporter/testdata

Change-Id: I1fdd70a3d4d5e55f1fc580892d1d38cabbdab81b
Reviewed-on: https://go-review.googlesource.com/c/go/+/351309
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/importer/testdata/a.go
src/cmd/compile/internal/importer/testdata/b.go
src/cmd/compile/internal/importer/testdata/exports.go
src/cmd/compile/internal/importer/testdata/issue15920.go
src/cmd/compile/internal/importer/testdata/issue20046.go
src/cmd/compile/internal/importer/testdata/issue25301.go
src/cmd/compile/internal/importer/testdata/issue25596.go
src/cmd/compile/internal/importer/testdata/p.go
src/cmd/compile/internal/importer/testdata/versions/test.go

index 06dafee98c30f82e459be13f0c0ced7e535d57af..56e4292cda9f3a0892677a20722c833165171290 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2016 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 a601dbccc5a0e9b76ac8bfd752e2fb7e5b6397cd..419667820078e47d4744ee7c809a8f63516c8a42 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2016 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 2a720fd2c172541bbbe32976791534c06a2ecbdb..8ba3242102779d2917640f48f9178a75f503ff3b 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2011 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 b40202616275836a6d5e43eec0f8d5cca29d1f74..c70f7d8267b2f9209cf5f52a0ca7fe1bcc303649 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2016 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 e412f353ad2e6d7cbca580ba24adb67acfe4c51e..c63ee821c959dafda6799ccc8df77347221ad46a 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2017 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 a9dc1d7f083b2eae0353e51fff547b2776fc4476..e3dc98b4e1f9acdc9801c6a66e9305206f943cb5 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2018 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 95bef42280e9b4283bcec8bb32993ffc4999da87..8923373e5fa44d57d25ce1b4ccdc3a480360c74f 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2018 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 34a20eaa1451eca59573898adcad40c3a6a58e26..9e2e7057653725fc8ce963b5768828b3d9a88b42 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2016 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 2f8eb5ced047c4ae88aadad7a34b688a2ad838a8..227fc092519212f30793e1266fe619858ac28bef 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2016 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.