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

Unified Diff: pkg/analyzer/test/generated/test_support.dart

Issue 1132893003: Add DartWorkManager to manage Dart-specific results computation scheduling. (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
Index: pkg/analyzer/test/generated/test_support.dart
diff --git a/pkg/analyzer/test/generated/test_support.dart b/pkg/analyzer/test/generated/test_support.dart
index e5a05d06a128c068b412c7366959ec1167c607fa..12354d3988d36c33f68c1de635575ccfbf5d7d93 100644
--- a/pkg/analyzer/test/generated/test_support.dart
+++ b/pkg/analyzer/test/generated/test_support.dart
@@ -594,6 +594,8 @@ class TestSource extends Source {
UriKind get uriKind {
throw new UnsupportedOperationException();
}
+ @override
+ String toString() => '$_name';
bool operator ==(Object other) {
if (other is TestSource) {
return other._name == _name;

Powered by Google App Engine
This is Rietveld 408576698