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

Unified Diff: client/tests/dartc/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 | « client/tests/client/test_config.dart ('k') | samples/tests/samples/test_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/dartc/test_config.dart
diff --git a/client/tests/dartc/test_config.dart b/client/tests/dartc/test_config.dart
index b666ee3ec3ba2745aecf90cdced942bd20e6b6d7..180ca03511c5d5d3658cb62b563dd5343eca5e20 100644
--- a/client/tests/dartc/test_config.dart
+++ b/client/tests/dartc/test_config.dart
@@ -27,11 +27,11 @@ class ClientDartcTestSuite extends DartcCompilationTestSuite {
'weld'],
["client/tests/dartc/dartc.status"]);
- void isTestFile(String filename) {
+ bool isTestFile(String filename) {
if (!filename.endsWith(".dart")) return false;
var options = optionsFromFile(filename);
return optionsFromFile(filename)["containsLeadingHash"];
}
- void listRecursively() => true;
+ bool listRecursively() => true;
}
« no previous file with comments | « client/tests/client/test_config.dart ('k') | samples/tests/samples/test_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698