Skip to content

Commit 255f06b

Browse files
committed
Rust: Update expected test output
1 parent 3bb89ea commit 255f06b

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

rust/ql/integration-tests/hello-project/summary.expected

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| Files extracted - without errors % | 80 |
99
| Inconsistencies - AST | 0 |
1010
| Inconsistencies - CFG | 0 |
11+
| Inconsistencies - Path resolution | 0 |
1112
| Inconsistencies - data flow | 0 |
1213
| Lines of code extracted | 6 |
1314
| Lines of user code extracted | 6 |

rust/ql/integration-tests/hello-workspace/summary.cargo.expected

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| Files extracted - without errors % | 100 |
99
| Inconsistencies - AST | 0 |
1010
| Inconsistencies - CFG | 0 |
11+
| Inconsistencies - Path resolution | 0 |
1112
| Inconsistencies - data flow | 0 |
1213
| Lines of code extracted | 9 |
1314
| Lines of user code extracted | 9 |

rust/ql/integration-tests/hello-workspace/summary.rust-project.expected

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| Files extracted - without errors % | 100 |
99
| Inconsistencies - AST | 0 |
1010
| Inconsistencies - CFG | 0 |
11+
| Inconsistencies - Path resolution | 0 |
1112
| Inconsistencies - data flow | 0 |
1213
| Lines of code extracted | 9 |
1314
| Lines of user code extracted | 9 |
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
| Multiple children | 0 |
22
| Multiple locations | 0 |
33
| Multiple parents | 0 |
4-
| Multiple path resolutions | 0 |
54
| Multiple positions | 0 |
65
| Multiple primary QL classes | 0 |
7-
| Multiple record fields | 0 |
8-
| Multiple static call targets | 0 |
96
| Multiple toStrings | 0 |
10-
| Multiple tuple fields | 0 |
117
| No location | 0 |

rust/ql/test/query-tests/diagnostics/SummaryStats.expected

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| Files extracted - without errors % | 57 |
99
| Inconsistencies - AST | 0 |
1010
| Inconsistencies - CFG | 0 |
11+
| Inconsistencies - Path resolution | 0 |
1112
| Inconsistencies - data flow | 0 |
1213
| Lines of code extracted | 60 |
1314
| Lines of user code extracted | 60 |

0 commit comments

Comments
 (0)