Index: build/android/gyp/util/md5_check_test.py |
diff --git a/build/android/gyp/util/md5_check_test.py b/build/android/gyp/util/md5_check_test.py |
index 4a3ee6346bb72e5b4a4a31d0fd078b612b6b1f1a..0683598b43da832e5248dd64843d4cac963c189c 100644 |
--- a/build/android/gyp/util/md5_check_test.py |
+++ b/build/android/gyp/util/md5_check_test.py |
@@ -9,6 +9,10 @@ import md5_check |
class TestMd5Check(unittest.TestCase): |
+ def __init__(self): |
+ super(TestMd5Check, self).__init__() |
+ self.called = False |
+ |
def testCallAndRecordIfStale(self): |
input_strings = ['string1', 'string2'] |
input_file1 = tempfile.NamedTemporaryFile() |