From e1872b9bb3ee73f1375f05002e08fcb8ebedd8ea Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Thu, 20 Nov 2014 21:56:06 -0800 Subject: [PATCH] Revert part of #2512, shot in the dark that it will fix integration tests --- test/integration/utils.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/utils.go b/test/integration/utils.go index 056b479dd15..a1b442067bc 100644 --- a/test/integration/utils.go +++ b/test/integration/utils.go @@ -1,5 +1,3 @@ -// +build integration - /* Copyright 2014 Google Inc. All rights reserved. @@ -16,6 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ +// +build integration + package integration import (