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

Unified Diff: tests/isolate/multiple_timer_test.dart

Issue 11783009: Big merge from experimental to bleeding edge. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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
« no previous file with comments | « tests/isolate/message_test.dart ('k') | tests/isolate/stream_mangling_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/multiple_timer_test.dart
diff --git a/tests/isolate/multiple_timer_test.dart b/tests/isolate/multiple_timer_test.dart
index d1da947c3d27b7bc3ef9e99200dd926a539999cd..15e16edc92f66011f4ea28c332cbfa85d16e6c02 100644
--- a/tests/isolate/multiple_timer_test.dart
+++ b/tests/isolate/multiple_timer_test.dart
@@ -4,7 +4,7 @@
library multiple_timer_test;
-import 'dart:isolate';
+import 'dart:async';
import '../../pkg/unittest/lib/unittest.dart';
const int TIMEOUT1 = 1000;
@@ -49,7 +49,7 @@ main() {
_message++;
}
- _order = new List<int>(4);
+ _order = new List<int>.fixedLength(4);
_order[0] = 2;
_order[1] = 0;
_order[2] = 3;
« no previous file with comments | « tests/isolate/message_test.dart ('k') | tests/isolate/stream_mangling_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698