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

Unified Diff: dart/frog/tests/leg_only/test_config.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
Index: dart/frog/tests/leg_only/test_config.dart
diff --git a/dart/frog/tests/leg_only/test_config.dart b/dart/frog/tests/leg_only/test_config.dart
index 73a339b17c1f74a9116d51b4f3bfe10743dd11a0..549492bc6cf099e9ed0da914f3631ae1619bc619 100644
--- a/dart/frog/tests/leg_only/test_config.dart
+++ b/dart/frog/tests/leg_only/test_config.dart
@@ -12,6 +12,4 @@ class LegOnlyTestSuite extends StandardTestSuite {
"leg_only",
"frog/tests/leg_only/src",
["frog/tests/leg_only/leg_only.status"]);
-
- List<String> additionalOptions(String filename) => ['--leg_only'];
}

Powered by Google App Engine
This is Rietveld 408576698