| 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);
|
| }
|
|
|