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

Unified Diff: packages/html/test/run_all.dart

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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 | « packages/html/test/parser_feature_test.dart ('k') | packages/html/test/support.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/html/test/run_all.dart
diff --git a/packages/html/test/run_all.dart b/packages/html/test/run_all.dart
index 14e6b34ff0f4456707a3af96ebd4a34572c4ba4e..d2bf9ceff306e898c05f5f243a90efffcd31b590 100644
--- a/packages/html/test/run_all.dart
+++ b/packages/html/test/run_all.dart
@@ -17,7 +17,7 @@ main(List<String> args) {
var pattern = new RegExp(args.length > 0 ? args[0] : '.');
useCompactVMConfiguration();
- void addGroup(testFile, testMain) {
+ void addGroup(testFile, void testMain()) {
if (pattern.hasMatch(testFile)) {
group(testFile.replaceAll('_test.dart', ':'), testMain);
}
« no previous file with comments | « packages/html/test/parser_feature_test.dart ('k') | packages/html/test/support.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698