mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C++: Accept test changes.
This commit is contained in:
@@ -4,6 +4,6 @@ void sink(int);
|
||||
|
||||
void testCheckArgument(int* p) {
|
||||
if (checkArgument(p)) {
|
||||
sink(*p); // $ barrier MISSING:barrier=1
|
||||
sink(*p); // $ barrier barrier=1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user