| Index: test/file_test.dart
|
| diff --git a/test/file_test.dart b/test/file_test.dart
|
| index c27c1f64fe876ed97097be71ffc64c5aa37c8745..54bc3d34e7da9d6c4ce08fb6855d00b9067d4f52 100644
|
| --- a/test/file_test.dart
|
| +++ b/test/file_test.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
| import 'package:source_span/source_span.dart';
|
|
|
| main() {
|
|
|