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

Unified Diff: tests/language/test_config.dart

Issue 8992015: Update test.dart to use the leg_only option for the leg component. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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 | « tests/corelib/test_config.dart ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/test_config.dart
diff --git a/tests/language/test_config.dart b/tests/language/test_config.dart
index 0ba616174a9d5b9e4049aefd44fac2b09ac4622c..cfed5f19e2de82848c209bbd20a8a69b644f8c37 100644
--- a/tests/language/test_config.dart
+++ b/tests/language/test_config.dart
@@ -11,5 +11,6 @@ class LanguageTestSuite extends StandardTestSuite {
: super(configuration,
"language",
"tests/language/src",
- ["tests/language/language.status"]);
+ ["tests/language/language.status",
+ "tests/language/language-leg.status"]);
}
« no previous file with comments | « tests/corelib/test_config.dart ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698