Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1017)

Unified Diff: tests/git_hyper_blame_test.py

Issue 2076613002: use py3 compatible octal constants (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/git_common_test.py ('k') | third_party/upload.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/git_hyper_blame_test.py
diff --git a/tests/git_hyper_blame_test.py b/tests/git_hyper_blame_test.py
index 1ac396edbdfc91c1df30f0199b21154170bf25bb..d14d4b6840f2758be95073497ea00dc42977f536 100755
--- a/tests/git_hyper_blame_test.py
+++ b/tests/git_hyper_blame_test.py
@@ -232,7 +232,7 @@ class GitHyperBlameSimpleTest(GitHyperBlameTestBase):
COMMIT_B = {
'some/files/file2': {
- 'mode': 0755,
+ 'mode': 0o0755,
'data': 'file2 - vanilla\n'},
'some/files/empty': {'data': 'not anymore'},
'some/files/file3': {'data': 'file3'},
« no previous file with comments | « tests/git_common_test.py ('k') | third_party/upload.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698