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

Unified Diff: tests/language/many_calls_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/language/local_function_test.dart ('k') | tests/language/map_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/many_calls_test.dart
diff --git a/tests/language/many_calls_test.dart b/tests/language/many_calls_test.dart
index c59b90ff54f712bd5967ea262437b85ba4c5d778..a8db476615567e37720861400ff20dad8802311d 100644
--- a/tests/language/many_calls_test.dart
+++ b/tests/language/many_calls_test.dart
@@ -53,7 +53,7 @@ class B extends A {
class ManyCallsTest {
static testMain() {
- var list = new List(10);
+ var list = new List.fixedLength(10);
for (int i = 0; i < (list.length ~/ 2) ; i++) {
list[i] = new A();
}
« no previous file with comments | « tests/language/local_function_test.dart ('k') | tests/language/map_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698