mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
go/ast: move sortimports test directly to go/ast
For some reason i have created a separate package instead of using _test package. Let's move this test where it belongs. Change-Id: Ib569ca433de1ef4e161b9d334125648e00b7d3c4 Reviewed-on: https://go-review.googlesource.com/c/go/+/663555 Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
465097b2b5
commit
ffe47d9789
@ -2,8 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Tests is a helper package to avoid cyclic dependency between go/ast and go/parser.
|
||||
package tests
|
||||
package ast_test
|
||||
|
||||
import (
|
||||
"go/ast"
|
Loading…
x
Reference in New Issue
Block a user