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

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

Issue 2908833002: Revert "Revert "Refactor test option parsing code."" (Closed)
Patch Set: Ignore "—failure-summary" so it doesn't break the bots. Created 3 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: tools/testing/dart/co19_test.dart
diff --git a/tools/testing/dart/co19_test.dart b/tools/testing/dart/co19_test.dart
index 5cbcddaf36b2fef12ab01ea3b1c90d25a6b9c0e4..29113a07ccf2c44d540e4599190dfacba27da8b1 100644
--- a/tools/testing/dart/co19_test.dart
+++ b/tools/testing/dart/co19_test.dart
@@ -18,7 +18,7 @@ library co19_test;
import "dart:io";
-import "test_options.dart";
+import "options.dart";
import "test_suite.dart";
import "test_configurations.dart";
@@ -59,7 +59,7 @@ const List<List<String>> COMMAND_LINES = const <List<String>>[
void main(List<String> args) {
TestUtils.setDartDirUri(Platform.script.resolve('../../..'));
- var optionsParser = new TestOptionsParser();
+ var optionsParser = new OptionsParser();
var configurations = <Map>[];
for (var commandLine in COMMAND_LINES) {
var arguments = <String>[];

Powered by Google App Engine
This is Rietveld 408576698