Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fa846d

Browse files
committed
CPP: Correct test.
1 parent d98d80b commit 2fa846d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/test/query-tests/jsf/4.13 Functions/AV Rule 114

cpp/ql/test/query-tests/jsf/4.13 Functions/AV Rule 114/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ MyValue g7(bool c)
4848
if (c) return MyValue(7);
4949
DONOTHING
5050
DONOTHING
51-
// GOOD
51+
// BAD
5252
}
5353

5454
typedef void MYVOID;

0 commit comments

Comments
 (0)