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

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

Issue 26695002: Growable typed data buffers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months 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
Index: pkg/collection_helpers/test/algorithms_test.dart
diff --git a/pkg/collection_helpers/test/algorithms_test.dart b/pkg/collection_helpers/test/algorithms_test.dart
index ff82fff73f43feef4fb1e9531fb1cff190c1baf8..cdcbd3be1aaba8e64e4243074472b0fb1c500013 100644
--- a/pkg/collection_helpers/test/algorithms_test.dart
+++ b/pkg/collection_helpers/test/algorithms_test.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-/// Tests algorithm utilities.
+// Tests algorithm utilities.
import "package:collection_helpers/all.dart";
import "package:unittest/unittest.dart";
@@ -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]";
-}
+}

Powered by Google App Engine
This is Rietveld 408576698