| 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 4377c4942ece9db54b02e4a3171e13f9219aa9bd..8209b8b982c2ab2a4a489cecf33bd25be1dd817f 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 '../../../pkg/unittest/lib/unittest.dart';
 | 
| +import 'package:unittest/unittest.dart';
 | 
|  
 | 
|  main() {
 | 
|    test("timeoutNoComplete", () {
 | 
| 
 |