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

Unified Diff: pkg/analyzer/test/services/test_utils.dart

Issue 447603002: patch from issue 428303004 Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/services/test_utils.dart
diff --git a/pkg/analyzer/test/services/test_utils.dart b/pkg/analyzer/test/services/test_utils.dart
index b67ad1ff0167ce8c23f08849ac16a0eacd02c1d9..3f0fafc947ec39084911cfd32312a64c8457c859 100644
--- a/pkg/analyzer/test/services/test_utils.dart
+++ b/pkg/analyzer/test/services/test_utils.dart
@@ -178,9 +178,11 @@ class _TestSource implements Source {
bool get isInSystemLibrary => _unsupported();
+ Uri get uri => _unsupported();
+
Source resolve(String uri) => _unsupported();
- Source resolveRelative(Uri uri) => _unsupported();
+ Uri resolveRelative(Uri uri) => _unsupported();
TimestampedData<String> get contents => _unsupported();
}
« no previous file with comments | « pkg/analyzer/test/generated/test_support.dart ('k') | pkg/analyzer/test/source/package_map_resolver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698