Skip to content

Commit 052b6f6

Browse files
committed
C++: Accept test changes.
1 parent 71ca941 commit 052b6f6

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
@@ -991,7 +991,7 @@ void test_CSimpleStringT() {
991991
sink(s4.GetBuffer()); // $ ir
992992
sink(s4.GetBufferSetLength(10)); // $ ir
993993

994-
sink(s4.LockBuffer());
994+
sink(s4.LockBuffer()); // $ ir
995995

996996
CSimpleStringT<char> s7;
997997
s7.SetAt(0, source<char>());

0 commit comments

Comments
 (0)