Skip to content

Commit 80eb490

Browse files
authored
Update FindIncorrectlyUsedSwitch.expected
1 parent 5c71a7c commit 80eb490

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| test.c:14:3:22:3 | switch (...) ... | Possibly erroneous label name. |
2-
| test.c:24:3:32:3 | switch (...) ... | Code before case will not be executed. |
3-
| test.c:36:3:45:3 | switch (...) ... | The range of condition values is less than the selection. |
4-
| test.c:48:3:53:3 | switch (...) ... | The range of condition values is wider than the choices. |
1+
| test.c:20:3:28:3 | switch (...) ... | Possibly erroneous label name. |
2+
| test.c:30:3:38:3 | switch (...) ... | Code before case will not be executed. |
3+
| test.c:41:3:50:3 | switch (...) ... | The range of condition values is less than the selection. |
4+
| test.c:53:3:58:3 | switch (...) ... | The range of condition values is wider than the choices. |

0 commit comments

Comments
 (0)