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

Unified Diff: tests/corelib/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 | « no previous file | tests/language/test_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/test_config.dart
diff --git a/tests/corelib/test_config.dart b/tests/corelib/test_config.dart
index 6c6174ac48bc2deb6c708d2891c5533a9a4529d7..b3d19a3ffc3b442d39e7ffd72770065539b3c57f 100644
--- a/tests/corelib/test_config.dart
+++ b/tests/corelib/test_config.dart
@@ -11,5 +11,6 @@ class CorelibTestSuite extends StandardTestSuite {
: super(configuration,
"corelib",
"tests/corelib/src",
- ["tests/corelib/corelib.status"]);
+ ["tests/corelib/corelib.status",
+ "tests/corelib/corelib-leg.status"]);
}
« no previous file with comments | « no previous file | tests/language/test_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698