Skip to content

Commit 397563d

Browse files
committed
Rust: Accept consistency check .expected changes.
1 parent 8f7d379 commit 397563d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

rust/ql/test/library-tests/dataflow/sources/CONSISTENCY/PathResolutionConsistency.expected

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ multipleCallTargets
44
| test.rs:229:22:229:72 | ... .read_to_string(...) |
55
| test.rs:664:22:664:43 | file.read(...) |
66
| test.rs:673:22:673:41 | f1.read(...) |
7-
| test.rs:894:50:894:66 | ...::from(...) |
8-
| test.rs:894:50:894:66 | ...::from(...) |
7+
| test.rs:1096:50:1096:66 | ...::from(...) |
8+
| test.rs:1096:50:1096:66 | ...::from(...) |
99
| test_futures_io.rs:45:27:45:84 | ...::read(...) |
1010
| test_futures_io.rs:49:27:49:51 | reader.read(...) |
1111
| test_futures_io.rs:83:22:83:39 | reader2.fill_buf() |
@@ -26,3 +26,6 @@ multipleCallTargets
2626
| web_frameworks.rs:102:14:102:25 | a.as_bytes() |
2727
| web_frameworks.rs:158:14:158:23 | a.as_str() |
2828
| web_frameworks.rs:159:14:159:25 | a.as_bytes() |
29+
multiplePathResolutions
30+
| test.rs:897:28:897:65 | Result::<...> |
31+
| test.rs:984:40:984:49 | Result::<...> |

0 commit comments

Comments
 (0)