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

Unified Diff: tests/compiler/dart2js_extra/invalid_length_negative_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/compiler/dart2js_extra/for_in_test.dart ('k') | tests/compiler/dart2js_extra/list_factory_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_extra/invalid_length_negative_test.dart
diff --git a/tests/compiler/dart2js_extra/invalid_length_negative_test.dart b/tests/compiler/dart2js_extra/invalid_length_negative_test.dart
index 983665364128afd7e7fcccff2c53219a7a0ff7bb..e990bd0719dfe8a819260d9f61151f55f5c02373 100644
--- a/tests/compiler/dart2js_extra/invalid_length_negative_test.dart
+++ b/tests/compiler/dart2js_extra/invalid_length_negative_test.dart
@@ -3,5 +3,5 @@
// BSD-style license that can be found in the LICENSE file.
main() {
- new List("foo");
+ new List.fixedLength("foo");
}
« no previous file with comments | « tests/compiler/dart2js_extra/for_in_test.dart ('k') | tests/compiler/dart2js_extra/list_factory_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698