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

Unified Diff: dart/tests/co19/test_config.dart

Issue 9317118: Add co19-leg.status (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
« no previous file with comments | « dart/tests/co19/co19-leg.status ('k') | dart/tests/co19/testcfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/co19/test_config.dart
diff --git a/dart/tests/co19/test_config.dart b/dart/tests/co19/test_config.dart
index eb9a32e3b7ff689f5bdaf78470f3434dd9ac566a..dfd7ccbb4e1915771d4526dc60bb73602c77e41a 100644
--- a/dart/tests/co19/test_config.dart
+++ b/dart/tests/co19/test_config.dart
@@ -15,7 +15,8 @@ class Co19TestSuite extends StandardTestSuite {
"tests/co19/src",
["tests/co19/co19-compiler.status",
"tests/co19/co19-runtime.status",
- "tests/co19/co19-frog.status"]);
+ "tests/co19/co19-frog.status",
+ "tests/co19/co19-leg.status"]);
bool isTestFile(String filename) => _testRegExp.hasMatch(filename);
bool listRecursively() => true;
« no previous file with comments | « dart/tests/co19/co19-leg.status ('k') | dart/tests/co19/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698