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

Unified Diff: pkg/analyzer/test/instrumentation/instrumentation_test.dart

Issue 2717253002: Add instrumentation data to the analysis server diagnostics page. (Closed)
Patch Set: refactor String get describe Created 3 years, 10 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/instrumentation/instrumentation_test.dart
diff --git a/pkg/analyzer/test/instrumentation/instrumentation_test.dart b/pkg/analyzer/test/instrumentation/instrumentation_test.dart
index 8eff1cf050305e4182f71becf4ced4b8ed0bd1b4..87d6f9bf53177f5573f37f0c71f4288436c78652 100644
--- a/pkg/analyzer/test/instrumentation/instrumentation_test.dart
+++ b/pkg/analyzer/test/instrumentation/instrumentation_test.dart
@@ -166,6 +166,9 @@ class TestInstrumentationServer implements InstrumentationServer {
String get sessionId => '';
@override
+ String get describe => 'test instrumentation';
+
+ @override
void log(String message) {
normalChannel.writeln(message);
}

Powered by Google App Engine
This is Rietveld 408576698