Bug 1068276, part 4 - Fix indentation of leak option setting in reftests. r=ted

This commit is contained in:
Andrew McCreight 2014-10-02 08:42:11 -07:00
Родитель 687f957f6f
Коммит e71a398f84
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -511,9 +511,8 @@ class ReftestOptions(OptionParser):
if options.debugger is not None:
self.error("cannot specify a debugger with parallel tests")
options.leakThresholds = {"default": options.defaultLeakThreshold}
options.ignoreMissingLeaks = []
options.leakThresholds = {"default": options.defaultLeakThreshold}
options.ignoreMissingLeaks = []
return options