Skip to content

Commit 9f60b60

Browse files
Fix test expectations post format
1 parent 6625d1b commit 9f60b60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

c/misra/test/rules/RULE-10-1/OperandsOfAnInappropriateEssentialType.expected

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
119119
| test.c:360:3:360:3 | c | Operand of essentially Charater type interpreted as a numeric value. |
120120
| test.c:361:3:361:4 | e1 | Bitwise operator applied to operand of essentially Enum Type and not essentially unsigned. |
121121
| test.c:362:3:362:3 | s | Bitwise operator applied to operand of essentially Signed type and not essentially unsigned. |
122-
| test.c:367:7:367:7 | b | Operand of essentially Boolean type interpreted as a numeric value. |
123-
| test.c:368:7:368:7 | c | Operand of essentially Charater type interpreted as a numeric value. |
124-
| test.c:369:7:369:8 | e1 | Bitwise operator applied to operand of essentially Enum Type and not essentially unsigned. |
125-
| test.c:370:7:370:7 | s | Bitwise operator applied to operand of essentially Signed type and not essentially unsigned. |
122+
| test.c:367:6:367:6 | b | Operand of essentially Boolean type interpreted as a numeric value. |
123+
| test.c:368:6:368:6 | c | Operand of essentially Charater type interpreted as a numeric value. |
124+
| test.c:369:6:369:7 | e1 | Bitwise operator applied to operand of essentially Enum Type and not essentially unsigned. |
125+
| test.c:370:6:370:6 | s | Bitwise operator applied to operand of essentially Signed type and not essentially unsigned. |
126126
| test.c:375:7:375:7 | b | Operand of essentially Boolean type interpreted as a numeric value. |
127127
| test.c:376:7:376:7 | c | Operand of essentially Charater type interpreted as a numeric value. |
128128
| test.c:377:7:377:8 | e1 | Bitwise operator applied to operand of essentially Enum Type and not essentially unsigned. |

0 commit comments

Comments
 (0)