aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/mutation/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/mutation/test.py')
-rw-r--r--python/servo/mutation/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/mutation/test.py b/python/servo/mutation/test.py
index 242d545a305..1d5a6f48d2a 100644
--- a/python/servo/mutation/test.py
+++ b/python/servo/mutation/test.py
@@ -61,4 +61,4 @@ def mutation_test(file_name, tests):
subprocess.call('git checkout {0}'.format(file_name), shell=True)
else:
print "Cannot mutate {0}".format(file_name)
- print "-----------------------------------------------------------------\n"
+ print "-"*80 + "\n"