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

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

Issue 2408863002: Parse the 'patches' argument in SDK libraries declarations. (Closed)
Patch Set: Rework to support 'PLATFORM1 | PLATFORM2' and [list, of, paths]. Created 4 years, 2 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
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 acfe6e6b2da06b4d4e1b8c048835dd237185c7f1..464dec037785d7894801e1dc3a182316d2a20489 100644
--- a/pkg/analyzer/test/src/context/mock_sdk.dart
+++ b/pkg/analyzer/test/src/context/mock_sdk.dart
@@ -498,6 +498,9 @@ 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