Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952dbd6 commit 2b0282cCopy full SHA for 2b0282c
1 file changed
cpp/ql/test/library-tests/dataflow/dataflow-tests/self-Iterator.cpp
@@ -17,5 +17,5 @@ template<> struct std::iterator_traits<unsigned long>
17
18
int test() {
19
unsigned long x = source();
20
- sink(x); // $ ast MISSING: ir
+ sink(x); // $ ast ir
21
}
0 commit comments