Skip to content

Commit 39af2b3

Browse files
author
Nikita Kraiouchkine
committed
Update expected test results
1 parent ee0548a commit 39af2b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
No expected results have yet been specified
1+
| test.c:4:12:4:21 | ... & ... | Bitwise operator & performs potentially unintended operation on $@. | test.c:4:16:4:21 | ... == ... | boolean operand |
2+
| test.c:14:9:14:38 | ... & ... | Bitwise operator & performs potentially unintended operation on $@. | test.c:14:23:14:38 | ... == ... | boolean operand |

c/misra/test/rules/RULE-11-1/ConversionBetweenFunctionPointerAndOtherType.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
| test.c:14:8:14:15 | (fp2)... | Cast performed between a function pointer and another type. |
55
| test.c:15:8:15:15 | (fp2)... | Cast performed between a function pointer and another type. |
66
| test.c:22:12:22:13 | (fp1)... | Cast performed between a function pointer and another type. |
7+
| test.c:25:8:25:9 | (fp1)... | Cast performed between a function pointer and another type. |
8+
| test.c:27:8:27:25 | (..(*)(..))... | Cast performed between a function pointer and another type. |

0 commit comments

Comments
 (0)