| Index: packages/smoke/test/mirrors_used_test.dart
|
| diff --git a/packages/smoke/test/mirrors_used_test.dart b/packages/smoke/test/mirrors_used_test.dart
|
| index e2b6fc6521b3a04590c4ea4b06400cf290bfc52a..c2f542ebcfa1b1694a01e7b6e1b348dfcfbe469b 100644
|
| --- a/packages/smoke/test/mirrors_used_test.dart
|
| +++ b/packages/smoke/test/mirrors_used_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' hide main;
|
| import 'common.dart' as common show main;
|
|
|
|
|