From cfa9032def2bcd1de21ca35404031a4810c8b3cb Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Thu, 7 Aug 2014 14:24:37 -0700 Subject: [PATCH] Graphtest is ok to compile normally The graphtest package is only imported in the test files of other packages therefore we do not leak testing flags. Signed-off-by: Michael Crosby --- testutils/{utils_test.go => utils.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename testutils/{utils_test.go => utils.go} (100%) diff --git a/testutils/utils_test.go b/testutils/utils.go similarity index 100% rename from testutils/utils_test.go rename to testutils/utils.go