We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76df97f commit 7b0ce09Copy full SHA for 7b0ce09
1 file changed
run-tests.py
@@ -16,7 +16,7 @@ def cleanup(out):
16
commands = []
17
18
for f in sorted(glob.glob(os.path.expanduser('testsuite/clang-preprocessor-tests/*.c*'))):
19
- for line in open(f, 'rt'):
+ for line in open(f, 'rt', encoding='utf-8'):
20
if line.startswith('// RUN: %clang_cc1 '):
21
cmd = ''
22
for arg in line[19:].split():
0 commit comments