diff options
Diffstat (limited to 'python/servo')
-rw-r--r-- | python/servo/testing_commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index bd0271765f1..93a2564dda3 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -253,7 +253,6 @@ class MachCommands(CommandBase): "selectors", "servo_config", "servo_remutex", - "servo_channel", ] if not packages: packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store']) |