| Index: packages/smoke/test/mirrors_test.dart
|
| diff --git a/packages/smoke/test/mirrors_test.dart b/packages/smoke/test/mirrors_test.dart
|
| index cac643aab81c93a6e746f0e98bda711882f6c7f6..ad93c87bc0b9c7074a3470324eb17e4c52909f2d 100644
|
| --- a/packages/smoke/test/mirrors_test.dart
|
| +++ b/packages/smoke/test/mirrors_test.dart
|
| @@ -5,7 +5,7 @@
|
| library smoke.test.mirrors_test;
|
|
|
| import 'package:smoke/mirrors.dart';
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
| import 'common.dart' as common show main;
|
|
|
| main() {
|
|
|