Index: tests/gclient_utils_test.py |
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py |
index 13a92ac7dabe83931a01940cde3742e1e84cc2d6..24ec9f1a2d18acfba99e450abf3f600d46b26f4a 100755 |
--- a/tests/gclient_utils_test.py |
+++ b/tests/gclient_utils_test.py |
@@ -26,9 +26,10 @@ class GclientUtilsUnittest(GclientUtilBase): |
'CheckCallAndFilterAndHeader', 'Error', 'ExecutionQueue', 'FileRead', |
'FileWrite', 'FindFileUpwards', 'FindGclientRoot', |
'GetGClientRootAndEntries', 'GetNamedNodeText', 'MakeFileAutoFlush', |
- 'GetNodeNamedAttributeText', 'PathDifference', 'ParseXML', 'Popen', |
+ 'GetNodeNamedAttributeText', 'MakeFileAnnotated', 'PathDifference', |
+ 'ParseXML', 'Popen', |
'PrintableObject', 'RemoveDirectory', 'SoftClone', 'SplitUrlRevision', |
- 'StdoutAnnotated', 'SyntaxErrorToError', 'WorkItem', |
+ 'SyntaxErrorToError', 'WorkItem', |
'copy', 'errno', 'logging', 'os', 'Queue', 're', 'stat', 'subprocess', |
'sys','threading', 'time', 'xml', |
] |