Skip to content

Commit bf65044

Browse files
authored
Update test.c
1 parent 4f2703e commit bf65044

File tree

1 file changed

+2
-2
lines changed
  • cpp/ql/test/experimental/query-tests/Security/CWE/CWE-561/semmle/tests

1 file changed

+2
-2
lines changed

cpp/ql/test/experimental/query-tests/Security/CWE/CWE-561/semmle/tests/test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
void testFunction()
1+
void testFunction(char c1)
22
{
3-
char c1;
3+
44

55
switch(c1){ // GOOD
66
case 12:

0 commit comments

Comments
 (0)