We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f3504 commit b36d493Copy full SHA for b36d493
2 files changed
cpp/ql/test/library-tests/dataflow/taint-tests/taint.expected
@@ -1 +0,0 @@
1
-| vector.cpp:392:7:392:8 | v9 | Unexpected result: ir= |
cpp/ql/test/library-tests/dataflow/taint-tests/vector.cpp
@@ -389,7 +389,7 @@ void test_vector_output_iterator(int b) {
389
*i9 = source();
390
taint_vector_output_iterator(i9);
391
392
- sink(v9); // $ ast=330:10 ir=330:10 SPURIOUS: ast=389:8 ir=389:8
+ sink(v9); // $ ast=330:10 ir=330:10 ir SPURIOUS: ast=389:8 ir=389:8
393
394
std::vector<int>::iterator i10 = v10.begin();
395
vector_iterator_assign_wrapper(i10, 10);
0 commit comments