From fed4056f227b0c24f2fb67b80e264c9710070b9a Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Mon, 19 Nov 2018 14:16:09 +0100 Subject: [PATCH] cmd/swarm: fix windows tests --- cmd/swarm/access_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/swarm/access_test.go b/cmd/swarm/access_test.go index 38f1fae614..9357c577e3 100644 --- a/cmd/swarm/access_test.go +++ b/cmd/swarm/access_test.go @@ -14,8 +14,6 @@ // You should have received a copy of the GNU General Public License // along with go-ethereum. If not, see . -// +build !windows - package main import (