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
parent 02e8205908
commit 0f460a11cd

View File

@ -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