| Index: pkg/analyzer_cli/test/error_test.dart
|
| diff --git a/pkg/analyzer_cli/test/error_test.dart b/pkg/analyzer_cli/test/error_test.dart
|
| index 123a782704c3a1f2f5a8f5477b27f1418da01264..ad80133b88f165012c4023f1d1bb10571b7cfe1a 100644
|
| --- a/pkg/analyzer_cli/test/error_test.dart
|
| +++ b/pkg/analyzer_cli/test/error_test.dart
|
| @@ -2,11 +2,10 @@
|
| // 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.
|
|
|
| -@TestOn("vm")
|
|
|
| library analyzer_cli.test.error;
|
|
|
| -import 'package:test/test.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| import 'utils.dart';
|
|
|
|
|