Chromium Code Reviews| Index: lib/unittest/interactive_html_config.dart |
| =================================================================== |
| --- lib/unittest/interactive_html_config.dart (revision 10238) |
| +++ lib/unittest/interactive_html_config.dart (working copy) |
| @@ -427,7 +427,7 @@ |
| document.query('#start').on.click.add((e) { |
| InputElement startButton = document.query('#start'); |
| startButton.disabled = true; |
| - runTests(); |
| + rerunTests(); |
| }); |
| } |
| if (document.query('#otherlogs') == null) { |