Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| =================================================================== |
| --- tools/testing/dart/test_options.dart (revision 13566) |
| +++ tools/testing/dart/test_options.dart (working copy) |
| @@ -475,8 +475,6 @@ |
| configuration['runtime'] == 'ff'; |
|
gram
2012/10/11 18:22:05
Can you put a comment here to explain why the name
Emily Fortuna
2012/10/11 18:24:33
Done.
|
| } |
| - configuration['browser'] = TestUtils.isBrowserRuntime(runtime); |
| - |
| // Set the javascript command line flag for less verbose status files. |
| configuration['jscl'] = TestUtils.isJsCommandLineRuntime(runtime); |