Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46b8e3b

Browse files
committed
C++: Fix another mistake in the test.
1 parent dec5fc0 commit 46b8e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/test/library-tests/dataflow/models-as-data

cpp/ql/test/library-tests/dataflow/models-as-data/tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void test_sources() {
4949

5050
remoteMadSourceIndirectArg0(&a, &b);
5151
sink(a); // $ ir
52-
sink(a); // $ SPURIOUS: ir
52+
sink(b);
5353
remoteMadSourceIndirectArg1(c, d);
5454
sink(c);
5555
sink(d); // $ ir

0 commit comments

Comments
 (0)