From df83b1b34e9fed04bd93bc920ac010453e653b9c Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Tue, 24 Mar 2015 22:53:15 -0700 Subject: [PATCH] wal: fix missing import --- wal/wal_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wal/wal_test.go b/wal/wal_test.go index 3b3c8e498..c777ceadf 100644 --- a/wal/wal_test.go +++ b/wal/wal_test.go @@ -20,6 +20,7 @@ import ( "os" "path" "reflect" + "testing" "github.com/coreos/etcd/pkg/pbutil" "github.com/coreos/etcd/raft/raftpb"