mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
C++: Accept test changes.
This commit is contained in:
@@ -10,5 +10,5 @@ void callincr(unsigned char *s) // $ ast-def=s
|
||||
|
||||
void test(unsigned char *s) // $ ast-def=s
|
||||
{
|
||||
callincr(s); // $ MISSING: flow
|
||||
callincr(s); // $ flow
|
||||
}
|
||||
Reference in New Issue
Block a user