Chromium Code Reviews| Index: tests/html/websql_test.dart |
| diff --git a/tests/html/websql_test.dart b/tests/html/websql_test.dart |
| index 601ab1a04b4bda5ebfad52665897e9c7493b482d..8de35d9f38f9356c5e2d99cf0936014518a98018 100644 |
| --- a/tests/html/websql_test.dart |
| +++ b/tests/html/websql_test.dart |
| @@ -108,7 +108,7 @@ main() { |
| }, expectation); |
| }); |
| - futureTest('Web Database', () { |
| + test('Web Database', () { |
| // Skip if not supported. |
| if (!SqlDatabase.supported) { |
| return new Future.immediate(null); |