| Index: tests/lib/async/timer_isActive_test.dart
|
| diff --git a/tests/lib/async/timer_isActive_test.dart b/tests/lib/async/timer_isActive_test.dart
|
| index 27fc5d05262e29b36b40bb8817e5f3163d8344ad..8df8a04be9d7b00f6cbb406226ea881c3d9747a3 100644
|
| --- a/tests/lib/async/timer_isActive_test.dart
|
| +++ b/tests/lib/async/timer_isActive_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'dart:async';
|
| -import '../../../pkg/unittest/lib/unittest.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| main() {
|
|
|
|
|