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

Unified Diff: tests/co19/test_config.dart

Issue 9109012: Fix static type warnings in test.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 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 | « samples/tests/samples/test_config.dart ('k') | tools/testing/dart/multitest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/test_config.dart
diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart
index ae0692fe3c304e7d40699dc34881aa71032be080..f1e109f86fba175c3f5a958dc3e280f4fcafa2c0 100644
--- a/tests/co19/test_config.dart
+++ b/tests/co19/test_config.dart
@@ -18,6 +18,6 @@ class Co19TestSuite extends StandardTestSuite {
"tests/co19/co19-frog.status"]);
bool isTestFile(String filename) => _testRegExp.hasMatch(filename);
- void listRecursively() => true;
- void complexStatusMatching() => true;
+ bool listRecursively() => true;
+ bool complexStatusMatching() => true;
}
« no previous file with comments | « samples/tests/samples/test_config.dart ('k') | tools/testing/dart/multitest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698