| Index: client/tests/client/html/LocalStorageTests.dart
|
| diff --git a/client/tests/client/html/LocalStorageTests.dart b/client/tests/client/html/LocalStorageTests.dart
|
| index 7c072585f9cbea3df6525caa9bee0c5ec632a481..640b1aaac09c8200e5e499097e315d3f415c5c5e 100644
|
| --- a/client/tests/client/html/LocalStorageTests.dart
|
| +++ b/client/tests/client/html/LocalStorageTests.dart
|
| @@ -4,8 +4,6 @@
|
|
|
|
|
| void testLocalStorage() {
|
| - forLayoutTests();
|
| -
|
| void testWithLocalStorage(String name, fn()) {
|
| test(name, () {
|
| window.localStorage['key1'] = 'val1';
|
|
|