Skip to content

Commit 2b0282c

Browse files
committed
C++: Accept test changes.
1 parent 952dbd6 commit 2b0282c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ template<> struct std::iterator_traits<unsigned long>
1717

1818
int test() {
1919
unsigned long x = source();
20-
sink(x); // $ ast MISSING: ir
20+
sink(x); // $ ast ir
2121
}

0 commit comments

Comments
 (0)