compiler, libgo: Permit testing package when test imports it circularly.
From-SVN: r195931
This commit is contained in:
parent
8e29a61c2d
commit
d54fc07473
16 changed files with 84 additions and 264 deletions
|
@ -2,9 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package syntax_test
|
||||
package syntax
|
||||
|
||||
import . "regexp/syntax"
|
||||
import "testing"
|
||||
|
||||
var simplifyTests = []struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue