C++: Fix test annotation.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-11-13 16:17:18 +00:00
parent cc6268339b
commit 9aafbfce13

View File

@@ -625,7 +625,7 @@ void test25(char* source) {
s.home = source;
char buf[100];
strcpy(buf, s.home); // BAD [NOT DETECTED]
strcpy(buf, s.home); // BAD
}
int tests_main(int argc, char *argv[])