Commit 2f94c42
committed
Fix CI: recharacterize two tests missed in previous switch block removal
EnumSwitchAndValWithUnusedMissingTypeAsync and Issue803SelectCaseIsRelationalUsesC9PatternAsync
still expected blank lines before default: and blocks around single-statement cases, which
the #1244 fix now removes.
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX1 parent 6a8d71e commit 2f94c42
2 files changed
Lines changed: 3 additions & 12 deletions
File tree
- Tests/CSharp
- MissingSemanticModelInfo
- StatementTests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
242 | 241 | | |
243 | 242 | | |
244 | 243 | | |
| |||
256 | 255 | | |
257 | 256 | | |
258 | 257 | | |
259 | | - | |
260 | 258 | | |
261 | 259 | | |
262 | 260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1293 | 1293 | | |
1294 | 1294 | | |
1295 | 1295 | | |
1296 | | - | |
1297 | | - | |
1298 | | - | |
| 1296 | + | |
1299 | 1297 | | |
1300 | | - | |
1301 | | - | |
1302 | | - | |
1303 | | - | |
| 1298 | + | |
1304 | 1299 | | |
1305 | | - | |
1306 | | - | |
1307 | | - | |
| 1300 | + | |
1308 | 1301 | | |
1309 | 1302 | | |
1310 | 1303 | | |
| |||
0 commit comments