| Index: packages/source_maps/test/common.dart
|
| diff --git a/packages/source_maps/test/common.dart b/packages/source_maps/test/common.dart
|
| index 73a8d406b98cd9bb12f0c3d8efd6421b28e75db4..3bc512cdfc9a58b40a816f6b37afb3a90b35b201 100644
|
| --- a/packages/source_maps/test/common.dart
|
| +++ b/packages/source_maps/test/common.dart
|
| @@ -7,7 +7,7 @@ library test.common;
|
|
|
| import 'package:source_maps/source_maps.dart';
|
| import 'package:source_span/source_span.dart';
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
|
|
| /// Content of the source file
|
| const String INPUT = '''
|
|
|