Skip to content

Commit d379688

Browse files
committed
Rust: Update expected test output
1 parent e88d7ba commit d379688

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/test/library-tests/dataflow/sources

1 file changed

+1
-1
lines changed

rust/ql/test/library-tests/dataflow/sources/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ fn test_io_stdin() -> std::io::Result<()> {
214214
{
215215
let mut buffer = Vec::<u8>::new();
216216
let _bytes = std::io::stdin().read_to_end(&mut buffer)?; // $ Alert[rust/summary/taint-sources]
217-
sink(&buffer); // $ MISSING: hasTaintFlow
217+
sink(&buffer); // $ hasTaintFlow -- @hvitved: works in CI, but not for me locally
218218
}
219219

220220
{

0 commit comments

Comments
 (0)