am 99f717d7: Fix runtest syntax.

* commit '99f717d7d88cdfe55b5a9689544dceac9489f614':
  Fix runtest syntax.
This commit is contained in:
Brett Chabot
2012-09-21 13:06:16 -07:00
committed by Android Git Automerger

View File

@@ -50,7 +50,7 @@ class CoverageTargets:
self._target_map= {} self._target_map= {}
def __iter__(self): def __iter__(self):
return iter(self._target_map.values() return iter(self._target_map.values())
def Parse(self, file_path): def Parse(self, file_path):
"""Parse the coverage target data from from given file path, and add it to """Parse the coverage target data from from given file path, and add it to