Skip to content

Commit 289b938

Browse files
committed
C++: Fix testcase.
1 parent d8cfa71 commit 289b938

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ void test_CStringT() {
11551155
sink(s14.GetString()); // $ ir
11561156

11571157
CStringT<char> s15;
1158-
s15.AppendFormat(42, source<char>());
1158+
s15.AppendFormat(42, indirect_source<char>());
11591159
sink(s15.GetString()); // $ ir
11601160

11611161
CStringT<char> s16;

0 commit comments

Comments
 (0)