Chromium Code Reviews| Index: tests/html/indexeddb_4_test.dart |
| diff --git a/tests/html/indexeddb_4_test.dart b/tests/html/indexeddb_4_test.dart |
| index 8cfd420c28507ee79b391a9784b91517bc88c990..7ae6014c9d1c93f4ce851b1ea891daadf9c8bc23 100644 |
| --- a/tests/html/indexeddb_4_test.dart |
| +++ b/tests/html/indexeddb_4_test.dart |
| @@ -7,7 +7,7 @@ import 'dart:indexed_db'; |
| // Test for KeyRange and Cursor. |
| -const String DB_NAME = 'Test'; |
| +const String DB_NAME = 'Test4'; |
| const String STORE_NAME = 'TEST'; |
| const int VERSION = 1; |