From e71a398f842b85a6c5044f6d63b25536da6f2bfa Mon Sep 17 00:00:00 2001 From: Andrew McCreight Date: Thu, 2 Oct 2014 08:42:11 -0700 Subject: [PATCH] Bug 1068276, part 4 - Fix indentation of leak option setting in reftests. r=ted --- layout/tools/reftest/runreftest.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/layout/tools/reftest/runreftest.py b/layout/tools/reftest/runreftest.py index a9f22ffda411..1d543c51f65e 100644 --- a/layout/tools/reftest/runreftest.py +++ b/layout/tools/reftest/runreftest.py @@ -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