Index: tests/gclient_test.py |
=================================================================== |
--- tests/gclient_test.py (revision 293909) |
+++ tests/gclient_test.py (working copy) |
@@ -994,7 +994,6 @@ |
obj = gclient.GClient.LoadCurrentConfig(options) |
try: |
obj.RunOnDeps('None', []) |
- self.assertFalse("unreachable code") |
except gclient_utils.Error, e: |
self.assertIn('allowed_hosts must be', str(e)) |
finally: |
@@ -1019,7 +1018,6 @@ |
obj = gclient.GClient.LoadCurrentConfig(options) |
try: |
obj.RunOnDeps('None', []) |
- self.assertFalse("unreachable code") |
except gclient_utils.Error, e: |
self.assertIn('allowed_hosts must be', str(e)) |
finally: |