| Index: pkg/unittest/test/matchers_test.dart
|
| diff --git a/pkg/unittest/test/matchers_test.dart b/pkg/unittest/test/matchers_test.dart
|
| index 81be8fbf22f91350c223cf5ec16e8f13c6278cba..d1d998a7f53078bdeb6fd4fe567f5743dc99da40 100644
|
| --- a/pkg/unittest/test/matchers_test.dart
|
| +++ b/pkg/unittest/test/matchers_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library unittestTests;
|
| -import '../../../pkg/unittest/lib/unittest.dart';
|
| +import 'package:unittest/unittest.dart';
|
| part 'test_utils.dart';
|
|
|
| doesNotThrow() {}
|
|
|