]> Cypherpunks repositories - gostls13.git/commit
go/ast: move sortimports test directly to go/ast
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Mon, 7 Apr 2025 18:38:54 +0000 (20:38 +0200)
committerGopher Robot <gobot@golang.org>
Mon, 7 Apr 2025 20:34:20 +0000 (13:34 -0700)
commitffe47d978990c5bfc0089b94a5bea0f61c6219b7
treefa3f9ea2b215f15a9536b90959197bbf909809e6
parent465097b2b5f9d8178fafac8a85a3cd331758b643
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>
src/go/ast/import_test.go [moved from src/go/ast/internal/tests/sortimports_test.go with 94% similarity]