diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2013-02-10 06:02:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2013-02-10 06:02:38 +0000 |
commit | d54fc074734ea7467a0861c861b145c8ef740bf4 (patch) | |
tree | fe1dad02b57206be8eeb4f61819b2f677ea99ee4 /libgo/go/regexp/syntax/prog_test.go | |
parent | 8e29a61c2dc3d591cba39c4f4e8933a76493b22f (diff) | |
download | gcc-d54fc074734ea7467a0861c861b145c8ef740bf4.zip gcc-d54fc074734ea7467a0861c861b145c8ef740bf4.tar.gz gcc-d54fc074734ea7467a0861c861b145c8ef740bf4.tar.bz2 |
compiler, libgo: Permit testing package when test imports it circularly.
From-SVN: r195931
Diffstat (limited to 'libgo/go/regexp/syntax/prog_test.go')
-rw-r--r-- | libgo/go/regexp/syntax/prog_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgo/go/regexp/syntax/prog_test.go b/libgo/go/regexp/syntax/prog_test.go index 0d96507..663d5a8 100644 --- a/libgo/go/regexp/syntax/prog_test.go +++ b/libgo/go/regexp/syntax/prog_test.go @@ -2,10 +2,9 @@ // 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" "testing" ) |