Skip to content

Commit 2b47e15

Browse files
committed
C++: Accept test changes.
1 parent ec7b406 commit 2b47e15

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/library-tests/dataflow/dataflow-tests

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ int intOutparamSourceMissingReturn(int *p) {
510510
void viaOutparamMissingReturn() {
511511
int x = 0;
512512
intOutparamSourceMissingReturn(&x);
513-
sink(x); // $ ast MISSING: ir
513+
sink(x); // $ ast,ir
514514
}
515515

516516
void uncertain_definition() {

0 commit comments

Comments
 (0)