| Index: tests/lib/async/schedule_microtask5_test.dart
|
| diff --git a/tests/lib/async/schedule_microtask5_test.dart b/tests/lib/async/schedule_microtask5_test.dart
|
| index cdc6da8d69d00851097073689be4f928d84726d1..09a093488c3466ef1098d8ee8dd5caf44f0daa1d 100644
|
| --- a/tests/lib/async/schedule_microtask5_test.dart
|
| +++ b/tests/lib/async/schedule_microtask5_test.dart
|
| @@ -6,7 +6,7 @@ library run_async_test;
|
|
|
| import "package:expect/expect.dart";
|
| import 'dart:async';
|
| -import '../../../pkg/unittest/lib/unittest.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| main() {
|
| test("run async timer after async test", () {
|
|
|