mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
C++: Add test annotation
This commit is contained in:
@@ -411,5 +411,5 @@ void test7_1(const char *path1, const char *path2)
|
||||
|
||||
int test8(const char *path, int mode)
|
||||
{
|
||||
return (chmod(path, mode) == 0 ? 1 : 0);
|
||||
return (chmod(path, mode) == 0 ? 1 : 0); // GOOD
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user