| Index: client/tests/isolate_smoke_test.py
|
| diff --git a/client/tests/isolate_smoke_test.py b/client/tests/isolate_smoke_test.py
|
| index 5ff27dd805409ab17f56b5fcb427d7a8ff0536d3..53047aac0b046aa278e2aa8755cc78aaddcc2259 100755
|
| --- a/client/tests/isolate_smoke_test.py
|
| +++ b/client/tests/isolate_smoke_test.py
|
| @@ -20,6 +20,7 @@ sys.path.insert(0, ROOT_DIR)
|
|
|
| import isolate
|
| import isolated_format
|
| +from depot_tools import fix_encoding
|
| from utils import file_path
|
|
|
| import test_utils
|
| @@ -1066,4 +1067,5 @@ class IsolateOther(IsolateTempdirBase):
|
|
|
|
|
| if __name__ == '__main__':
|
| + fix_encoding.fix_encoding()
|
| test_utils.main()
|
|
|