Skip to content

Commit 17066cf

Browse files
committed
[CPP-340] Adjust annotations in test.c file.
1 parent be77eb7 commit 17066cf

File tree

1 file changed

+2
-2
lines changed
  • cpp/ql/test/query-tests/Likely Bugs/Underspecified Functions

1 file changed

+2
-2
lines changed

cpp/ql/test/query-tests/Likely Bugs/Underspecified Functions/test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ void test(int *argv[]) {
2626
declared_with(1); // GOOD
2727

2828
undeclared(); // GOOD
29-
undeclared(1); // BAD
29+
undeclared(1); // GOOD
3030

31-
not_yet_declared1(1); // BAD
31+
not_yet_declared1(1); // GOOD
3232
not_yet_declared2(1); // GOOD
3333
not_yet_declared2(ca); // BAD
3434
not_yet_declared2(); // BAD

0 commit comments

Comments
 (0)