Backout 16190e59bc8f, no r=

This commit is contained in:
Vicamo Yang 2012-10-23 00:07:43 +08:00
parent f3216b60d5
commit 43ced69e0f

View File

@ -153,7 +153,7 @@ class MarionetteJSTestCase(CommonTestCase):
CommonTestCase.__init__(self, methodName)
@classmethod
def add_tests_to_suite(cls, mod_name, filepath, suite, testloader, marionette, testvars):
def add_tests_to_suite(cls, mod_name, filepath, suite, testloader, marionette):
suite.addTest(cls(weakref.ref(marionette), jsFile=filepath))
def runTest(self):