| Index: tests/html/indexeddb_2_test.dart
|
| diff --git a/tests/html/indexeddb_2_test.dart b/tests/html/indexeddb_2_test.dart
|
| index d10feb21f13b92530f97ae82bf7f39baea101a1d..0054f0e36baabf35b4050f97a4385ad24dfc9997 100644
|
| --- a/tests/html/indexeddb_2_test.dart
|
| +++ b/tests/html/indexeddb_2_test.dart
|
| @@ -98,7 +98,7 @@ main() {
|
| obj3['a'] = 100;
|
| obj3['b'] = obj3; // Cycle.
|
|
|
| - var obj4 = new SplayTreeMap<String, Dynamic>(); // Different implementation.
|
| + var obj4 = new SplayTreeMap<String, dynamic>(); // Different implementation.
|
| obj4['a'] = 100;
|
| obj4['b'] = 's';
|
|
|
|
|