Commit b503325
committed
Recharacterize switch/select tests and fix TestFileRewriter path for Linux
- Remove blank lines before `default:` and post-switch `return` that
the converter doesn't actually emit
- Fix TestFileRewriter path separator (backslash → forward slash, add
missing level) so recharacterization works on Linux1 parent 196f901 commit b503325
File tree
3 files changed
+3
-15
lines changed- Tests
- CSharp
- ExpressionTests
- StatementTests
- TestRunners
3 files changed
+3
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2086 | 2086 | | |
2087 | 2087 | | |
2088 | 2088 | | |
2089 | | - | |
2090 | 2089 | | |
2091 | 2090 | | |
2092 | 2091 | | |
| |||
2301 | 2300 | | |
2302 | 2301 | | |
2303 | 2302 | | |
2304 | | - | |
2305 | 2303 | | |
2306 | 2304 | | |
2307 | 2305 | | |
| |||
2363 | 2361 | | |
2364 | 2362 | | |
2365 | 2363 | | |
2366 | | - | |
2367 | 2364 | | |
2368 | 2365 | | |
2369 | 2366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
1051 | 1051 | | |
1052 | 1052 | | |
1053 | 1053 | | |
1054 | | - | |
1055 | 1054 | | |
1056 | 1055 | | |
1057 | 1056 | | |
| |||
1089 | 1088 | | |
1090 | 1089 | | |
1091 | 1090 | | |
1092 | | - | |
1093 | 1091 | | |
1094 | 1092 | | |
1095 | 1093 | | |
| |||
1131 | 1129 | | |
1132 | 1130 | | |
1133 | 1131 | | |
1134 | | - | |
1135 | | - | |
1136 | | - | |
| 1132 | + | |
1137 | 1133 | | |
1138 | 1134 | | |
1139 | 1135 | | |
| |||
1173 | 1169 | | |
1174 | 1170 | | |
1175 | 1171 | | |
1176 | | - | |
1177 | 1172 | | |
1178 | 1173 | | |
1179 | 1174 | | |
| |||
1226 | 1221 | | |
1227 | 1222 | | |
1228 | 1223 | | |
1229 | | - | |
1230 | 1224 | | |
1231 | 1225 | | |
1232 | 1226 | | |
| |||
1270 | 1264 | | |
1271 | 1265 | | |
1272 | 1266 | | |
1273 | | - | |
1274 | 1267 | | |
1275 | 1268 | | |
1276 | 1269 | | |
| |||
1551 | 1544 | | |
1552 | 1545 | | |
1553 | 1546 | | |
1554 | | - | |
1555 | 1547 | | |
1556 | 1548 | | |
1557 | 1549 | | |
| |||
1586 | 1578 | | |
1587 | 1579 | | |
1588 | 1580 | | |
1589 | | - | |
1590 | 1581 | | |
1591 | 1582 | | |
1592 | 1583 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments