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

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

Issue 9373019: Frog shouldn't read libraries with --leg_only. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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
« dart/frog/frog_options.dart ('K') | « dart/frog/world.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/test_suite.dart
diff --git a/dart/tools/testing/dart/test_suite.dart b/dart/tools/testing/dart/test_suite.dart
index 0f3939a84b7df65b88f870cd270967033206666f..bc154227ce88a6ad9ee0d71fc875416de90bdb68 100644
--- a/dart/tools/testing/dart/test_suite.dart
+++ b/dart/tools/testing/dart/test_suite.dart
@@ -1006,8 +1006,7 @@ class TestUtils {
}
if (configuration["component"] == "leg") {
args.add("--verbose");
- args.add("--enable_leg");
- args.add("--leg_only");
+ args.add("--leg");
}
return args;
}
« dart/frog/frog_options.dart ('K') | « dart/frog/world.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698