Index: tests/gclient_utils_test.py |
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py |
index c42a01dc626c5648d4f8cc1ca0478691e002f2f9..b1d3eb2143379d5dc00e340197ed08bf2b313583 100755 |
--- a/tests/gclient_utils_test.py |
+++ b/tests/gclient_utils_test.py |
@@ -38,8 +38,8 @@ class GclientUtilsUnittest(GclientUtilBase): |
'GCLIENT_CHILDREN_LOCK', 'GClientChildren', |
'SplitUrlRevision', 'SyntaxErrorToError', 'UpgradeToHttps', 'Wrapper', |
'WorkItem', 'codecs', 'lockedmethod', 'logging', 'os', 'pipes', 'Queue', |
- 're', 'rmtree', 'safe_makedirs', 'stat', 'subprocess', 'subprocess2', |
- 'sys', 'tempfile', 'threading', 'time', 'urlparse', |
+ 're', 'rmtree', 'safe_makedirs', 'safe_rename', 'stat', 'subprocess', |
+ 'subprocess2', 'sys', 'tempfile', 'threading', 'time', 'urlparse', |
] |
# If this test fails, you should add the relevant test. |
self.compareMembers(gclient_utils, members) |