|
7 | 7 | import subprocess
|
8 | 8 | import sys
|
9 | 9 |
|
10 |
| -from test_util import TestFailedError, run_command, \ |
11 |
| - serializeIncrParseMarkupFile, prepareForIncrParse |
| 10 | +from test_util import TestFailedError, prepareForIncrParse, run_command, \ |
| 11 | + serializeIncrParseMarkupFile |
12 | 12 |
|
13 | 13 |
|
14 | 14 | def testWithParserLib(test_file, test_case, pre_edit_file, post_edit_file,
|
@@ -133,13 +133,13 @@ def main():
|
133 | 133 | '.post.swift'
|
134 | 134 | after_roundtrip_file = temp_dir + '/' + test_file_name + '.' \
|
135 | 135 | + test_case + '.post_after_roundtrip.swift'
|
136 |
| - return testWithParserLib(test_file=test_file, |
137 |
| - test_case=test_case, |
138 |
| - pre_edit_file=pre_edit_file, |
139 |
| - post_edit_file=post_edit_file, |
140 |
| - after_roundtrip_file=after_roundtrip_file, |
141 |
| - swiftsyntax_lit_test_helper=swiftsyntax_lit_test_helper) |
142 |
| - |
| 136 | + return testWithParserLib( |
| 137 | + test_file=test_file, |
| 138 | + test_case=test_case, |
| 139 | + pre_edit_file=pre_edit_file, |
| 140 | + post_edit_file=post_edit_file, |
| 141 | + after_roundtrip_file=after_roundtrip_file, |
| 142 | + swiftsyntax_lit_test_helper=swiftsyntax_lit_test_helper) |
143 | 143 |
|
144 | 144 | treeFileExtension = serialization_format
|
145 | 145 |
|
|
0 commit comments