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

Unified Diff: pkg/analyzer/test/src/context/mock_sdk.dart

Issue 2560323002: Simplify how patch files are specified to analyzer. (Closed)
Patch Set: Created 4 years 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
Index: pkg/analyzer/test/src/context/mock_sdk.dart
diff --git a/pkg/analyzer/test/src/context/mock_sdk.dart b/pkg/analyzer/test/src/context/mock_sdk.dart
index 69e212eb9b8d9bfa8acb211787926323a18bd3d6..03f0af30f3b98e8ffa7c05e3a4243bd11613df0c 100644
--- a/pkg/analyzer/test/src/context/mock_sdk.dart
+++ b/pkg/analyzer/test/src/context/mock_sdk.dart
@@ -521,9 +521,6 @@ class _MockSdkLibrary implements SdkLibrary {
@override
bool get isVmLibrary => throw new UnimplementedError();
-
- @override
- List<String> getPatches(int platform) => const <String>[];
}
/**

Powered by Google App Engine
This is Rietveld 408576698