diff options
author | Michael Howell <michael@notriddle.com> | 2015-07-31 21:49:01 -0700 |
---|---|---|
committer | Michael Howell <michael@notriddle.com> | 2015-07-31 21:49:01 -0700 |
commit | a93b4bba6d1dd046ade178cf6c24ce5cda33bb2b (patch) | |
tree | 8d203e58186a86d2cedcd167b791677c6d7417be /python/servo/testing_commands.py | |
parent | f82f46680eae635bb45eb4ba5526d1d5adb9c2d3 (diff) | |
download | servo-a93b4bba6d1dd046ade178cf6c24ce5cda33bb2b.tar.gz servo-a93b4bba6d1dd046ade178cf6c24ce5cda33bb2b.zip |
test-tidy fixes.
Diffstat (limited to 'python/servo/testing_commands.py')
-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 2b53f8f46e9..76e5bf9cb79 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -404,4 +404,3 @@ class MachCommands(CommandBase): return subprocess.check_call( [run_file, "|".join(tests), bin_path, base_dir]) - |