Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: pkg/collection/test/algorithms_test.dart

Issue 113883002: Create associated packages for the dart:collection and dart:async libs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update SDK dependency to 1.0.0 Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/collection/pubspec.yaml ('k') | pkg/collection/test/equality_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/collection/test/algorithms_test.dart
diff --git a/pkg/collection_helpers/test/algorithms_test.dart b/pkg/collection/test/algorithms_test.dart
similarity index 99%
rename from pkg/collection_helpers/test/algorithms_test.dart
rename to pkg/collection/test/algorithms_test.dart
index ff82fff73f43feef4fb1e9531fb1cff190c1baf8..933e268ea6728f58f1938ce01b7017e0fe2282f9 100644
--- a/pkg/collection_helpers/test/algorithms_test.dart
+++ b/pkg/collection/test/algorithms_test.dart
@@ -4,7 +4,7 @@
/// Tests algorithm utilities.
-import "package:collection_helpers/all.dart";
+import "package:collection/collection.dart";
import "package:unittest/unittest.dart";
import 'dart:math';
@@ -268,4 +268,4 @@ class OC implements Comparable<OC> {
OC(this.id, this.order);
int compareTo(OC other) => id - other.id;
String toString() => "OC[$id,$order]";
-}
+}
« no previous file with comments | « pkg/collection/pubspec.yaml ('k') | pkg/collection/test/equality_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698