Skip to content

Commit d2f3501

Browse files
committed
Rust: Accept changes to expected files
1 parent 089bfff commit d2f3501

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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

Lines changed: 0 additions & 2 deletions
This file was deleted.

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

Lines changed: 0 additions & 2 deletions
This file was deleted.

rust/ql/test/library-tests/type-inference/CONSISTENCY/PathResolutionConsistency.expected

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ multipleCallTargets
55
| dereference.rs:184:17:184:30 | ... .foo() |
66
| dereference.rs:186:17:186:25 | S.bar(...) |
77
| dereference.rs:187:17:187:29 | S.bar(...) |
8-
| main.rs:589:9:589:14 | S4.m() |
98
| main.rs:590:9:590:18 | ...::m(...) |
9+
<<<<<<< HEAD
1010
| main.rs:591:9:591:20 | ... .m() |
1111
| main.rs:592:9:592:24 | ...::m(...) |
1212
| main.rs:2553:13:2553:31 | ...::from(...) |
@@ -15,3 +15,11 @@ multipleCallTargets
1515
| main.rs:2561:13:2561:31 | ...::from(...) |
1616
| main.rs:2562:13:2562:31 | ...::from(...) |
1717
| main.rs:2563:13:2563:31 | ...::from(...) |
18+
=======
19+
| main.rs:2524:13:2524:31 | ...::from(...) |
20+
| main.rs:2525:13:2525:31 | ...::from(...) |
21+
| main.rs:2526:13:2526:31 | ...::from(...) |
22+
| main.rs:2532:13:2532:31 | ...::from(...) |
23+
| main.rs:2533:13:2533:31 | ...::from(...) |
24+
| main.rs:2534:13:2534:31 | ...::from(...) |
25+
>>>>>>> 6184952f00e (Rust: Accept changes to expected files)

0 commit comments

Comments
 (0)