Chromium Code Reviews| Index: tools/bots/compiler.py |
| =================================================================== |
| --- tools/bots/compiler.py (revision 34592) |
| +++ tools/bots/compiler.py (working copy) |
| @@ -263,7 +263,7 @@ |
| unit_test_flags, arch) |
| if compiler == 'dart2js' and runtime in ['ie10', 'ie11']: |
| - TestStep("%s-%s" % (compiler, runtime), mode, system, compiler, runtime, |
| + TestStep(compiler, mode, system, compiler, runtime, |
| ['html', 'pkg', 'samples'], flags, arch) |
| else: |
| # Run the default set of test suites. |