From 975dc4763819ef493397ff88e32eaf8808da0449 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 5 Jun 2014 13:00:29 -0700 Subject: [PATCH] depgraph: fix failling test --- depgraph/graph_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/depgraph/graph_test.go b/depgraph/graph_test.go index d7dbb6f8e..1251cfd86 100644 --- a/depgraph/graph_test.go +++ b/depgraph/graph_test.go @@ -72,8 +72,6 @@ c -> e`) expected := ` root: a - a -> b - a -> c a a -> b a -> c