aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/regexp/syntax/prog_test.go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2013-02-10 06:02:38 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-02-10 06:02:38 +0000
commitd54fc074734ea7467a0861c861b145c8ef740bf4 (patch)
treefe1dad02b57206be8eeb4f61819b2f677ea99ee4 /libgo/go/regexp/syntax/prog_test.go
parent8e29a61c2dc3d591cba39c4f4e8933a76493b22f (diff)
downloadgcc-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.go3
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"
)