Skip to content

Commit d28c39c

Browse files
committed
C++: update test expectations
1 parent 8b47b83 commit d28c39c

File tree

1 file changed

+3
-3
lines changed
  • cpp/ql/test/library-tests/dataflow/taint-tests

1 file changed

+3
-3
lines changed

cpp/ql/test/library-tests/dataflow/taint-tests/taint.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ void do_source()
4747
void do_sink()
4848
{
4949
sink(global1);
50-
sink(global2); // $ MISSING: ast,ir
51-
sink(global3); // $ MISSING: ast,ir
52-
sink(global4); // $ MISSING: ast,ir
50+
sink(global2); // $ ir MISSING: ast
51+
sink(global3); // $ ir MISSING: ast
52+
sink(global4); // $ ir MISSING: ast
5353
sink(global5);
5454
sink(global6);
5555
sink(global7); // $ ir MISSING: ast

0 commit comments

Comments
 (0)