aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index ddd8cc90918..37ee8fcc7ec 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -270,15 +270,6 @@ class MachCommands(CommandBase):
if result != 0:
return result
- @Command('test-ref',
- description='Run the reference tests',
- category='testing')
- @CommandArgument('params', default=None, nargs=argparse.REMAINDER)
- def test_ref(self, params=None):
- print("Ref tests have been replaced by web-platform-tests under "
- "tests/wpt/mozilla/.")
- return 0
-
@Command('test-content',
description='Run the content tests',
category='testing')