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

Unified Diff: pkg/third_party/html5lib/test/run_all.dart

Issue 52573002: Remove uses of Options from pkg, samples, tests, and third_party directories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Edit comment Created 7 years, 2 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 | « pkg/source_maps/test/run.dart ('k') | pkg/third_party/html5lib/test/support.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/third_party/html5lib/test/run_all.dart
diff --git a/pkg/third_party/html5lib/test/run_all.dart b/pkg/third_party/html5lib/test/run_all.dart
index dcff52417a62b7a26b3b76577aff132cf5022178..b1490983cc040415bd8a6bae1816f026bd29b58f 100644
--- a/pkg/third_party/html5lib/test/run_all.dart
+++ b/pkg/third_party/html5lib/test/run_all.dart
@@ -15,8 +15,7 @@ import 'parser_test.dart' as parser_test;
import 'tokenizer_test.dart' as tokenizer_test;
import 'dom_compat_test.dart' as dom_compat_test;
-main() {
- var args = new Options().arguments;
+main(List<String> args) {
var pattern = new RegExp(args.length > 0 ? args[0] : '.');
useCompactVMConfiguration();
« no previous file with comments | « pkg/source_maps/test/run.dart ('k') | pkg/third_party/html5lib/test/support.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698