aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 7d76ad80e65..b99dd147b9a 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')