| Index: pkg/analyzer_cli/test/sdk_ext_test.dart
|
| diff --git a/pkg/analyzer_cli/test/sdk_ext_test.dart b/pkg/analyzer_cli/test/sdk_ext_test.dart
|
| index c77a954c9bed26a57b12932241a655a05613e442..6aa793dc18fea7c2a95eb716ce2797d05c4a08b2 100644
|
| --- a/pkg/analyzer_cli/test/sdk_ext_test.dart
|
| +++ b/pkg/analyzer_cli/test/sdk_ext_test.dart
|
| @@ -2,7 +2,6 @@
|
| // 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")
|
|
|
| /// Test that sdk extensions are properly detected in various scenarios.
|
| library analyzer_cli.test.sdk_ext;
|
| @@ -11,7 +10,7 @@ import 'dart:io';
|
|
|
| import 'package:analyzer_cli/src/driver.dart' show Driver, errorSink, outSink;
|
| import 'package:path/path.dart' as path;
|
| -import 'package:test/test.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| import 'utils.dart';
|
|
|
|
|