Index: tests/scm_unittest.py |
diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py |
index 21d3e8164184a776a87c6604541ce633f6d81948..454537d57d9295d8d2df035e7fc0247a7abac09c 100755 |
--- a/tests/scm_unittest.py |
+++ b/tests/scm_unittest.py |
@@ -28,7 +28,7 @@ class RootTestCase(BaseSCMTestCase): |
members = [ |
'GetCasedPath', 'GIT', 'SVN', 'ValidateEmail', |
'gclient_utils', 'glob', 'os', 're', 'shutil', 'subprocess', 'sys', |
- 'tempfile', 'xml', |
+ 'tempfile', 'time', 'xml', |
] |
# If this test fails, you should add the relevant test. |
self.compareMembers(scm, members) |