Fix runtest syntax.

Change-Id: Ief41103c14c30d53f6c2fe8af5511386d57894c2
This commit is contained in:
Brett Chabot
2012-09-21 13:01:03 -07:00
parent e1bb1d3be9
commit 99f717d7d8

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