| 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"));
|
|
|
|
|