| Index: packages/source_maps/test/utils_test.dart
|
| diff --git a/packages/source_maps/test/utils_test.dart b/packages/source_maps/test/utils_test.dart
|
| index 79a7de76903826410c1167d14f1733e3b742e38b..cbbb40ab3b00b77ace9dde5e900176ee4696b463 100644
|
| --- a/packages/source_maps/test/utils_test.dart
|
| +++ b/packages/source_maps/test/utils_test.dart
|
| @@ -5,7 +5,7 @@
|
| /// Tests for the binary search utility algorithm.
|
| library test.utils_test;
|
|
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
| import 'package:source_maps/src/utils.dart';
|
|
|
| main() {
|
|
|