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

Unified Diff: pkg/typed_data/test/typed_buffers_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: Split sequence_zip into pkg:async and pkg:collection. 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
Index: pkg/typed_data/test/typed_buffers_test.dart
diff --git a/pkg/collection_helpers/test/typed_buffers_test.dart b/pkg/typed_data/test/typed_buffers_test.dart
similarity index 99%
rename from pkg/collection_helpers/test/typed_buffers_test.dart
rename to pkg/typed_data/test/typed_buffers_test.dart
index d8ba5d036ec56febb06b4fd73ceae2361439ae68..1cb37b00ea5a63b20585bf18f3b1c374cec2c54f 100644
--- a/pkg/collection_helpers/test/typed_buffers_test.dart
+++ b/pkg/typed_data/test/typed_buffers_test.dart
@@ -4,7 +4,7 @@
// Tests typed-data buffer classes.
-import "package:collection_helpers/all.dart";
+import "package:typed_data/typed_buffers.dart";
import "package:unittest/unittest.dart";
import "dart:typed_data";

Powered by Google App Engine
This is Rietveld 408576698