| Index: dart/compiler/tests/dartc/testcfg.py
|
| ===================================================================
|
| --- dart/compiler/tests/dartc/testcfg.py (revision 991)
|
| +++ dart/compiler/tests/dartc/testcfg.py (working copy)
|
| @@ -66,7 +66,7 @@
|
| def __init__(self, context, root):
|
| super(JUnitTestConfiguration, self).__init__(context, root)
|
|
|
| - def ListTests(self, current_path, path, mode, arch):
|
| + def ListTests(self, current_path, path, mode, arch, component):
|
| test_path = current_path + ['junit_tests']
|
| if not self.Contains(path, test_path):
|
| return []
|
|
|