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

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

Issue 9110031: Enable webdriver component in test.dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index 52b329a54da586035983807899049322304aa24e..5ce6b7ebd94f01cc963a86a8a92704b3ad298115 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -66,7 +66,7 @@ class TestCase {
executablePath = newExecutablePath;
}
newArguments.addAll(arguments);
- var suffixSplit = prefix.split(' ');
+ var suffixSplit = suffix.split(' ');
suffixSplit.forEach((e) {
if (!e.isEmpty()) newArguments.add(e);
});

Powered by Google App Engine
This is Rietveld 408576698