Skip to content

Commit b11388c

Browse files
author
Paolo Tranquilli
committed
Rust: accept test changes
1 parent 8137419 commit b11388c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
| main.rs:0:0:0:0 | main.rs | File successfully extracted. |
66
| my_macro.rs:0:0:0:0 | my_macro.rs | File successfully extracted. |
77
| my_struct.rs:0:0:0:0 | my_struct.rs | File successfully extracted. |
8+
| options.yml:0:0:0:0 | options.yml | File successfully extracted. |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
| lib.rs:0:0:0:0 | lib.rs | 5 |
66
| does_not_compile.rs:0:0:0:0 | does_not_compile.rs | 3 |
77
| error.rs:0:0:0:0 | error.rs | 3 |
8+
| options.yml:0:0:0:0 | options.yml | 0 |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
| Elements unextracted | 0 |
33
| Extraction errors | 0 |
44
| Extraction warnings | 7 |
5-
| Files extracted - total | 7 |
5+
| Files extracted - total | 8 |
66
| Files extracted - with errors | 2 |
7-
| Files extracted - without errors | 5 |
7+
| Files extracted - without errors | 6 |
88
| Inconsistencies - AST | 0 |
99
| Inconsistencies - CFG | 0 |
1010
| Inconsistencies - data flow | 0 |

0 commit comments

Comments
 (0)