| Index: packages/source_maps/test/run.dart
|
| diff --git a/packages/source_maps/test/run.dart b/packages/source_maps/test/run.dart
|
| index ec3c3ab7fb0529870b078936eed82813ace4e19c..477da8a3725f37c9d443ad0ae8257cd307077824 100755
|
| --- a/packages/source_maps/test/run.dart
|
| +++ b/packages/source_maps/test/run.dart
|
| @@ -5,9 +5,8 @@
|
|
|
| library test.run;
|
|
|
| -import 'package:unittest/compact_vm_config.dart';
|
| -import 'package:unittest/unittest.dart';
|
| -import 'dart:io' show Options;
|
| +import 'package:test/compact_vm_config.dart';
|
| +import 'package:test/test.dart';
|
|
|
| import 'builder_test.dart' as builder_test;
|
| import 'end2end_test.dart' as end2end_test;
|
|
|