From 73ed8efc82e61e5697a66b0928b1d4fdc630aedb Mon Sep 17 00:00:00 2001 From: lash Date: Fri, 19 Jan 2018 00:36:19 +0100 Subject: [PATCH] swarm/storage/mock: Correct build tag in wrong dir --- swarm/storage/mock/db/db_test.go | 2 ++ swarm/storage/mock/test/test.go | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) 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. //