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

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

Issue 2687943003: Remove left-over from bad merge. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | 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 f0a21fdcee9a8e3d6b022f517d62bdf52d18684c..03a744630d7b4335fe67a7c12f70d416f865a23c 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -1951,7 +1951,6 @@ class RunningProcess {
executable = win_sdk_path +
"\\Debuggers\\" + (is_x64 ? "x64" : "x86") + "\\cdb.exe";
diagnostics.add("Using $executable to print stack traces");
- arguments = ['-p', '${process.pid}', '-c', '!uniqstack;qd'];
} else {
diagnostics.add("win_sdk path not found");
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698