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

Unified Diff: dart/tests/compiler/dart2js/value_range_test.dart

Issue 11788016: Update dart2js unit tests to new library API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: No need to implement Iterable 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 | « dart/tests/compiler/dart2js/resolver_test.dart ('k') | dart/tests/utils/dummy_compiler_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/value_range_test.dart
diff --git a/dart/tests/compiler/dart2js/value_range_test.dart b/dart/tests/compiler/dart2js/value_range_test.dart
index 5b2103ad353ee19eb4c99033f300df0ef9644719..97165dde651be8a27065f71186594e058d1f633f 100644
--- a/dart/tests/compiler/dart2js/value_range_test.dart
+++ b/dart/tests/compiler/dart2js/value_range_test.dart
@@ -211,7 +211,10 @@ const String DEFAULT_CORELIB_WITH_LIST_INTERFACE = r'''
class Object {}
class Type {}
class Function {}
- class List { List([length]); }
+ class List {
+ List();
+ List.fixedLength(length);
+ }
abstract class Map {}
class Closure {}
class Null {}
« no previous file with comments | « dart/tests/compiler/dart2js/resolver_test.dart ('k') | dart/tests/utils/dummy_compiler_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698