Chromium Code Reviews| Index: dart/utils/compiler/buildbot.py |
| diff --git a/dart/utils/compiler/buildbot.py b/dart/utils/compiler/buildbot.py |
| index ba42afae6aec3589d552b20ed6727ce19e32ef90..b1276ae9d4b44a0fd29d0d276e76bcfa016aae46 100644 |
| --- a/dart/utils/compiler/buildbot.py |
| +++ b/dart/utils/compiler/buildbot.py |
| @@ -340,7 +340,7 @@ def main(): |
| is_buildbot) |
| if (status == 0 |
| - and (system == 'linux' or runtime != 'chrome') |
| + and runtime != 'chrome' |
| and runtime != 'opera' |
| and runtime != 'ff' |
| and runtime != 'ie' |