| Index: tests/html/indexeddb_2_test.dart
|
| diff --git a/tests/html/indexeddb_2_test.dart b/tests/html/indexeddb_2_test.dart
|
| index 2ec96a56f590dc8666e4bea1fbe6525b07caf6f5..8faf23dd1ee2f1cdcb9bcc49703322d81b64abe8 100644
|
| --- a/tests/html/indexeddb_2_test.dart
|
| +++ b/tests/html/indexeddb_2_test.dart
|
| @@ -64,7 +64,7 @@ main() {
|
| var cyclic_list = [1, 2, 3];
|
| cyclic_list[1] = cyclic_list;
|
|
|
| - go(name, data) => futureTest(name,
|
| + go(name, data) => test(name,
|
| () => testReadWrite(123, data, verifyGraph));
|
|
|
| test('test_verifyGraph', () {
|
|
|