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

Unified Diff: tests/language/ct_const_test.dart

Issue 11267018: Make getKeys, getValues getters (keys, values). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. Created 8 years, 2 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/compile_time_constant_b_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/ct_const_test.dart
diff --git a/tests/language/ct_const_test.dart b/tests/language/ct_const_test.dart
index a710509eaafa12b5016d69c35807fae38ce0ffcf..d8117cac5faa3a48a0c1b2807045e345c625938f 100644
--- a/tests/language/ct_const_test.dart
+++ b/tests/language/ct_const_test.dart
@@ -82,7 +82,7 @@ class CTConstTest {
Expect.equals(true, c11dItaly === Roman.VivaItalia);
Expect.equals(3, c11dItaly.length);
- Expect.equals(3, c11dItaly.getKeys().length);
+ Expect.equals(3, c11dItaly.keys.length);
Expect.equals(true, c11dItaly.containsKey("white"));
Expect.equals(false, c11dItaly.containsKey("black"));
« no previous file with comments | « tests/language/compile_time_constant_b_test.dart ('k') | tests/language/map_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698