Skip to content

Commit b9e1c0b

Browse files
Fix 21-22 test expectations
1 parent 8f521a5 commit b9e1c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c/misra/test/rules/RULE-21-22/TgMathArgumentWithInvalidEssentialType.expected

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@
130130
| test.c:303:14:303:15 | cf | Argument 2 provided to type-generic macro 'scalbln' has essentially complex floating type, which is not essentially signed, unsigned, or real floating type. |
131131
| test.c:309:10:309:11 | cf | Argument 1 provided to type-generic macro 'tgamma' has essentially complex floating type, which is not essentially signed, unsigned, or real floating type. |
132132
| test.c:310:9:310:10 | cf | Argument 1 provided to type-generic macro 'trunc' has essentially complex floating type, which is not essentially signed, unsigned, or real floating type. |
133-
| test.c:325:14:325:14 | i | Argument 1 provided to type-generic macro 'cos' has essentially character type, which is not essentially signed, unsigned, or floating type. |
134-
| test.c:328:20:328:20 | c | Argument 1 provided to type-generic macro 'cos' has essentially character type, which is not essentially signed, unsigned, or floating type. |
133+
| test.c:325:13:325:13 | i | Argument 1 provided to type-generic macro 'cos' has essentially character type, which is not essentially signed, unsigned, or floating type. |
134+
| test.c:328:18:328:18 | c | Argument 1 provided to type-generic macro 'cos' has essentially character type, which is not essentially signed, unsigned, or floating type. |

0 commit comments

Comments
 (0)