Skip to content

Commit 3bec0e6

Browse files
committed
update .expected for RULE-7-4
1 parent 7617acc commit 3bec0e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
| test.c:11:9:11:10 | s3 | char* variable s3 is declared with a string literal. |
22
| test.c:13:3:14:15 | ... = ... | char* variable s3 is assigned a string literal. |
3-
| test.c:23:12:23:14 | ws3 | char* variable ws3 is declared with a string literal. |
4-
| test.c:25:3:25:23 | ... = ... | char* variable ws3 is assigned a string literal. |
3+
| test.c:23:12:23:14 | ws3 | wchar_t* variable ws3 is declared with a string literal. |
4+
| test.c:25:3:25:23 | ... = ... | wchar_t* variable ws3 is assigned a string literal. |
55
| test.c:50:5:50:21 | return ... | char* function sample3 is returning a string literal. |
6-
| test.c:58:5:58:22 | return ... | char* function w_sample3 is returning a string literal. |
6+
| test.c:58:5:58:22 | return ... | wchar_t* function w_sample3 is returning a string literal. |
77
| test.c:69:3:69:9 | call to sample4 | char* parameter of sample4 is passed a string literal. |
8-
| test.c:78:3:78:11 | call to w_sample4 | char* parameter of w_sample4 is passed a string literal. |
8+
| test.c:78:3:78:11 | call to w_sample4 | wchar_t* parameter of w_sample4 is passed a string literal. |

0 commit comments

Comments
 (0)