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

Unified Diff: tools/testing/dart/test_runner.dart

Issue 2346803002: Remove ricow@ from failure print out (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: more Created 4 years, 3 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
« no previous file with comments | « tools/bots/linux_distribution_support.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index f8570c0200990185da7b3f31b382d74733f81544..2456957706f6302fe387222c85669878d41d3d75 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -2928,7 +2928,7 @@ class ProcessQueue {
cancelDebugTimer();
_debugTimer = new Timer(debugTimerDuration, () {
print("The debug timer of test.dart expired. Please report this issue"
- " to ricow/whesse and provide the following information:");
+ " to whesse@ and provide the following information:");
print("");
print("Graph is sealed: ${_graph.isSealed}");
print("");
« no previous file with comments | « tools/bots/linux_distribution_support.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698