| Index: tests/lib/async/future_timeout_test.dart
|
| diff --git a/tests/lib/async/future_timeout_test.dart b/tests/lib/async/future_timeout_test.dart
|
| index 62c84406dfab3914270fea61b45deb42dc04733b..806b4b4f427b3f19871e93787acf0f122fc6dba5 100644
|
| --- a/tests/lib/async/future_timeout_test.dart
|
| +++ b/tests/lib/async/future_timeout_test.dart
|
| @@ -5,7 +5,7 @@
|
| library future_timeout_test;
|
|
|
| import 'dart:async';
|
| -import 'package:test/test.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| main() {
|
| test("timeoutNoComplete", () {
|
|
|