summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/bigalg.go2
-rw-r--r--test/vectors.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/bigalg.go b/test/bigalg.go
index afeccdf8f..dba8cc4dd 100644
--- a/test/bigalg.go
+++ b/test/bigalg.go
@@ -7,8 +7,8 @@
package main
import (
- "os";
"fmt";
+ "os";
)
type T struct {
diff --git a/test/vectors.go b/test/vectors.go
index 10887771f..59e2eb5be 100644
--- a/test/vectors.go
+++ b/test/vectors.go
@@ -6,7 +6,7 @@
package main
-import "vector"
+import "container/vector"
type S struct {