Index: tests/gclient_scm_test.py |
diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py |
index 5b94a88083c031fd2f05883039c6ad99ebf975c5..4a16a79e1752a78a65e77d4fdb63544bdd7088d0 100755 |
--- a/tests/gclient_scm_test.py |
+++ b/tests/gclient_scm_test.py |
@@ -757,7 +757,7 @@ from :3 |
try: |
scm.update(options, (), []) |
self.fail() |
- except gclient_scm.gclient_utils.CheckCallError: |
+ except gclient_scm.gclient_utils.Error: |
# The exact exception text varies across git versions so it's not worth |
# verifying it. It's fine as long as it throws. |
pass |