Skip to content

Commit 3b02a39

Browse files
authored
Merge pull request swiftlang#37358 from atrick/fix-refactor-script
Fix refactor-check-compiles.py for python3
2 parents c74c66d + 9537b14 commit 3b02a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/refactor-check-compiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def main():
7777
'-dump-text',
7878
'-source-filename', args.source_filename,
7979
'-pos', args.pos
80-
] + unknown_args, desc='producing edit')
80+
] + unknown_args, desc='producing edit').decode("utf-8")
8181

8282
dump_rewritten_output = run_cmd([
8383
args.swift_refactor,

0 commit comments

Comments
 (0)