diff --git a/cpp/ql/test/library-tests/dataflow/parameters-without-defs/test.cpp b/cpp/ql/test/library-tests/dataflow/parameters-without-defs/test.cpp index 9bfae4131d77..8fca6a3994c1 100644 --- a/cpp/ql/test/library-tests/dataflow/parameters-without-defs/test.cpp +++ b/cpp/ql/test/library-tests/dataflow/parameters-without-defs/test.cpp @@ -1,5 +1,5 @@ -void sink(int); // $ MISSING: ir -void indirect_sink(int*); // $ MISSING: ir +void sink(int); // $ ir +void indirect_sink(int*); // $ ir int source(); void test() {