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

Skip to content

Commit 0a1097d

Browse files
committed
C++: Accept test changes to 'sources-and-sinks.cpp'.
1 parent 4fd6ac5 commit 0a1097d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/test/library-tests/dataflow/source-sink-tests/sources-and-sinks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ int readv(int, const struct iovec*, int);
2323
int writev(int, const struct iovec*, int);
2424

2525
void test_readv_and_writev(iovec* iovs) {
26-
readv(0, iovs, 16); // $ remote_source
26+
readv(0, iovs, 16); // $ MISSING: remote_source
2727
writev(0, iovs, 16); // $ remote_sink
2828
}

0 commit comments

Comments
 (0)