| Index: utils/testrunner/html_wrap_task.dart
|
| ===================================================================
|
| --- utils/testrunner/html_wrap_task.dart (revision 12655)
|
| +++ utils/testrunner/html_wrap_task.dart (working copy)
|
| @@ -16,7 +16,7 @@
|
| this._htmlDestFileTemplate, this._cssSourceFileTemplate,
|
| this._cssDestFileTemplate);
|
|
|
| - void execute(Path testfile, List stdout, List stderr, bool logging,
|
| + execute(Path testfile, List stdout, List stderr, bool logging,
|
| Function exitHandler) {
|
| var testname = expandMacros(_testFileTemplate, testfile);
|
|
|
|
|