Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2222)

Unified Diff: pkg/analysis_server/test/mocks.dart

Issue 1138523004: pkg/analysis_server: don't explicitly import matcher - use exports from unittest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/mocks.dart
diff --git a/pkg/analysis_server/test/mocks.dart b/pkg/analysis_server/test/mocks.dart
index 94bc8c6f21e6431a19ba9a88ed9846803e150833..a0ba7532d873739fda25092c3f9c0640ce0385e2 100644
--- a/pkg/analysis_server/test/mocks.dart
+++ b/pkg/analysis_server/test/mocks.dart
@@ -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';
« no previous file with comments | « pkg/analysis_server/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698