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

Unified Diff: pkg/serialization/test/serialization_test.dart

Issue 12328104: Change new List(n) to return fixed length list. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/serialization/test/serialization_test.dart
diff --git a/pkg/serialization/test/serialization_test.dart b/pkg/serialization/test/serialization_test.dart
index 7b43793e742191c8729ad756403160e9cd5ce4a0..df560b11fb80e7262c33d755751bea17db4dacd8 100644
--- a/pkg/serialization/test/serialization_test.dart
+++ b/pkg/serialization/test/serialization_test.dart
@@ -472,6 +472,7 @@ main() {
data[p1] = a1;
data[a1] = p1;
for (var eachFormat in formats) {
+ print(eachFormat);
floitsch 2013/02/26 13:54:19 remove.
Lasse Reichstein Nielsen 2013/02/26 15:26:00 Done.
var output = s.write(data, eachFormat);
var reader = s.newReader(eachFormat);
var input = reader.read(output);

Powered by Google App Engine
This is Rietveld 408576698