diff --git a/swarm/storage/mock/db/db_test.go b/swarm/storage/mock/db/db_test.go index 2855e2f298..782faaf35c 100644 --- a/swarm/storage/mock/db/db_test.go +++ b/swarm/storage/mock/db/db_test.go @@ -1,3 +1,5 @@ +// +build go1.8 +// // Copyright 2018 The go-ethereum Authors // This file is part of the go-ethereum library. // diff --git a/swarm/storage/mock/test/test.go b/swarm/storage/mock/test/test.go index 19af0a27bb..402634aa54 100644 --- a/swarm/storage/mock/test/test.go +++ b/swarm/storage/mock/test/test.go @@ -1,5 +1,3 @@ -// +build 1.8 -// // Copyright 2018 The go-ethereum Authors // This file is part of the go-ethereum library. //