mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
pkg/analysis_server: don't explicitly import matcher - use exports from unittest
This will avoid breaks when the test package is checked in Also remove exec bit from root files R=brianwilkerson@google.com Review URL: https://codereview.chromium.org//1138523004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45657 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
cc8ad23a80
commit
9d88c5c476
5 changed files with 1 additions and 1 deletions
0
pkg/analysis_server/AUTHORS
Executable file → Normal file
0
pkg/analysis_server/AUTHORS
Executable file → Normal file
0
pkg/analysis_server/CHANGELOG.md
Executable file → Normal file
0
pkg/analysis_server/CHANGELOG.md
Executable file → Normal file
0
pkg/analysis_server/CONTRIBUTING.md
Executable file → Normal file
0
pkg/analysis_server/CONTRIBUTING.md
Executable file → Normal file
0
pkg/analysis_server/README.md
Executable file → Normal file
0
pkg/analysis_server/README.md
Executable file → Normal file
|
@ -21,7 +21,7 @@ import 'package:analyzer/source/package_map_provider.dart';
|
|||
import 'package:analyzer/src/generated/element.dart';
|
||||
import 'package:analyzer/src/generated/engine.dart';
|
||||
import 'package:analyzer/src/generated/source.dart';
|
||||
import 'package:matcher/matcher.dart';
|
||||
import 'package:unittest/unittest.dart';
|
||||
import 'package:typed_mock/typed_mock.dart';
|
||||
import 'package:unittest/unittest.dart';
|
||||
|
||||
|
|
Loading…
Reference in a new issue