Index: tests/gclient_utils_test.py |
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py |
index 071fd820bfad52a022d5f68c91a25122b7b3cf93..9f01c5d1e6e56dad659ae392993089bc5a4ee360 100755 |
--- a/tests/gclient_utils_test.py |
+++ b/tests/gclient_utils_test.py |
@@ -30,10 +30,10 @@ class GclientUtilsUnittest(GclientUtilBase): |
members = [ |
'Annotated', 'AutoFlush', 'CheckCallAndFilter', |
'CheckCallAndFilterAndHeader', 'Error', 'ExecutionQueue', 'FileRead', |
- 'FileWrite', 'FindCommandExecutable', 'FindFileUpwards', |
- 'FindGclientRoot', 'GetGClientRootAndEntries', 'GetEditor', |
- 'IsDateRevision', 'MakeDateRevision', 'MakeFileAutoFlush', |
- 'MakeFileAnnotated', 'PathDifference', 'ParseCodereviewSettingsContent', |
+ 'FileWrite', 'FindFileUpwards', 'FindGclientRoot', |
+ 'GetGClientRootAndEntries', 'GetEditor', 'IsDateRevision', |
+ 'MakeDateRevision', 'MakeFileAutoFlush', 'MakeFileAnnotated', |
+ 'PathDifference', 'ParseCodereviewSettingsContent', |
'PrintableObject', 'RemoveDirectory', 'RunEditor', |
'SplitUrlRevision', 'SyntaxErrorToError', |
'UpgradeToHttps', 'Wrapper', 'WorkItem', |