Skip to content

Commit 0f532e3

Browse files
committed
Update .expected for 7-4
1 parent a0a9aa1 commit 0f532e3

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,4 +1,4 @@
1-
| char* function sample3 is returning a string literal. |
2-
| char* parameter of sample4 is passed a string literal. |
3-
| char* variable s3 is assigned a string literal. |
4-
| char* variable s3 is declared with a string literal. |
1+
| test.c:9:9:9:10 | s3 | char* variable s3 is declared with a string literal. |
2+
| test.c:11:3:12:15 | ... = ... | char* variable s3 is assigned a string literal. |
3+
| test.c:26:5:26:21 | return ... | char* function sample3 is returning a string literal. |
4+
| test.c:38:3:38:9 | call to sample4 | char* parameter of sample4 is passed a string literal. |

0 commit comments

Comments
 (0)