Skip to content

Commit b6a9e7d

Browse files
committed
C++: Accept test changes.
1 parent 32c8ceb commit b6a9e7d

File tree

1 file changed

+2
-2
lines changed
  • cpp/ql/test/library-tests/dataflow/parameters-without-defs

1 file changed

+2
-2
lines changed

cpp/ql/test/library-tests/dataflow/parameters-without-defs/test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
void sink(int); // $ MISSING: ir
2-
void indirect_sink(int*); // $ MISSING: ir
1+
void sink(int); // $ ir
2+
void indirect_sink(int*); // $ ir
33
int source();
44

55
void test() {

0 commit comments

Comments
 (0)