Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f60b60

Browse filesBrowse files
Fix test expectations post format
1 parent 6625d1b commit 9f60b60
Copy full SHA for 9f60b60

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

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

Copy file name to clipboardExpand all lines: c/misra/test/rules/RULE-10-1/OperandsOfAnInappropriateEssentialType.expected
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.