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

Unified Diff: utils/testrunner/options.dart

Issue 10919249: Make args package follow new layout. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix path to args.dart in testrunner. Created 8 years, 3 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 | « utils/pub/pub.dart ('k') | utils/testrunner/testrunner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/testrunner/options.dart
diff --git a/utils/testrunner/options.dart b/utils/testrunner/options.dart
index 3b9222cbb9e08a090d050f9f9db117c4e2a46feb..f5594a094abfe971a379d8e1ff6489d16460eadd 100644
--- a/utils/testrunner/options.dart
+++ b/utils/testrunner/options.dart
@@ -220,7 +220,7 @@ ArgResults loadConfiguration(optionsParser) {
// issue a usage message.
try {
return optionsParser.parse(options);
- } catch (var e) {
+ } catch (e) {
print(e);
print('Usage: testrunner <options> [<directory or file> ...]');
print(optionsParser.getUsage());
« no previous file with comments | « utils/pub/pub.dart ('k') | utils/testrunner/testrunner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698