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

Unified Diff: pkg/dev_compiler/test/codegen_test.dart

Issue 2581723002: cleanup Analyzer CLI and DDC arg parsing (Closed)
Patch Set: Created 4 years 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 | « pkg/analyzer_cli/test/options_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/test/codegen_test.dart
diff --git a/pkg/dev_compiler/test/codegen_test.dart b/pkg/dev_compiler/test/codegen_test.dart
index f7f4d14f69480e4915715151062ac2c3f0314202..66ee94e5240fe1604ceb79aa5334076ca527f1ad 100644
--- a/pkg/dev_compiler/test/codegen_test.dart
+++ b/pkg/dev_compiler/test/codegen_test.dart
@@ -139,7 +139,6 @@ main(List<String> arguments) {
}
var declaredVars = <String, String>{};
- args = args.expand((String arg) => arg.split('=')).toList();
args = extractDefinedVariables(args, declaredVars);
ArgResults argResults;
try {
« no previous file with comments | « pkg/analyzer_cli/test/options_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698