diff --git a/cpp/ql/test/library-tests/dataflow/dataflow-tests/self-Iterator.cpp b/cpp/ql/test/library-tests/dataflow/dataflow-tests/self-Iterator.cpp index c02644d3f10..cac7f222c30 100644 --- a/cpp/ql/test/library-tests/dataflow/dataflow-tests/self-Iterator.cpp +++ b/cpp/ql/test/library-tests/dataflow/dataflow-tests/self-Iterator.cpp @@ -17,5 +17,5 @@ template<> struct std::iterator_traits int test() { unsigned long x = source(); - sink(x); // $ ast MISSING: ir + sink(x); // $ ast ir } \ No newline at end of file