Skip to content

Commit

Permalink
Reverting wrong comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsandeephegde committed Nov 6, 2017
1 parent af605a6 commit 445ab9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/mutation/test.py
Expand Up @@ -21,7 +21,7 @@ def mutation_test(file_name, tests):
mutate_line(file_name, lineToMutate)
print "compling mutant {0}-{1}".format(file_name, lineToMutate)
sys.stdout.flush()
#subprocess.call('python mach build --release', shell=True)
subprocess.call('python mach build --release', shell=True)
print "running tests for mutant {0}-{1}".format(file_name, lineToMutate)
sys.stdout.flush()
for test in tests:
Expand Down

0 comments on commit 445ab9a

Please sign in to comment.