Index: tools/testing/dart/lib/dependency_graph.dart |
diff --git a/tools/testing/dart/dependency_graph.dart b/tools/testing/dart/lib/dependency_graph.dart |
similarity index 100% |
rename from tools/testing/dart/dependency_graph.dart |
rename to tools/testing/dart/lib/dependency_graph.dart |
index 1de7b9ed172bf827eeeb714ae830f1dffc662b46..7f1cd1daaf1838fe429b642f5a00356f9a23f5bf 100644 |
--- a/tools/testing/dart/dependency_graph.dart |
+++ b/tools/testing/dart/lib/dependency_graph.dart |
@@ -5,8 +5,8 @@ |
library dependency_graph; |
import 'dart:async'; |
-import 'utils.dart'; |
+import 'utils.dart'; |
/* |
* [Graph] represents a datastructure for representing an DAG (directed acyclic |