Chromium Code Reviews| Index: tests/html/utils.dart |
| diff --git a/tests/html/utils.dart b/tests/html/utils.dart |
| index 2669fa70029f9930f3aac947ea39df9fe626b15a..f1689cd7aaf4337032d0b5f70db59e7ea28af85b 100644 |
| --- a/tests/html/utils.dart |
| +++ b/tests/html/utils.dart |
| @@ -69,9 +69,3 @@ verifyGraph(expected, actual) { |
| walk('', expected, actual); |
| } |
| - |
| -void futureTest(spec, Future body()) { |
| - test(spec, () { |
| - expect(body(), completes); |
| - }); |
| -} |