We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3a2c4 commit 91992e2Copy full SHA for 91992e2
1 file changed
cpp/ql/test/library-tests/dataflow/ir-barrier-guards/test.cpp
@@ -4,6 +4,6 @@ void sink(int);
4
5
void testCheckArgument(int* p) {
6
if (checkArgument(p)) {
7
- sink(*p); // $ barrier MISSING:barrier=1
+ sink(*p); // $ barrier barrier=1
8
}
9
0 commit comments