Chromium Code Reviews| Index: tests/lib_2/async/future_timeout_test.dart |
| diff --git a/tests/lib_strong/async/future_timeout_test.dart b/tests/lib_2/async/future_timeout_test.dart |
| similarity index 99% |
| rename from tests/lib_strong/async/future_timeout_test.dart |
| rename to tests/lib_2/async/future_timeout_test.dart |
| index 6020a815859bc28b9c381fc5ae3c0aad43300179..6bea1d2db3ee5fec5d490059adee93116144d1e4 100644 |
| --- a/tests/lib_strong/async/future_timeout_test.dart |
| +++ b/tests/lib_2/async/future_timeout_test.dart |
| @@ -5,7 +5,7 @@ |
| library future_timeout_test; |
| import 'dart:async'; |
| -import 'package:unittest/unittest.dart'; |
| +import 'package:test/test.dart'; |
|
bkonyi
2017/08/14 23:33:14
I see an error along these lines on dartdevc witho
|
| main() { |
| test("timeoutNoComplete", () { |