Skip to content

Commit

Permalink
Rust: update expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
aibaars committed Sep 19, 2024
1 parent 78c94c3 commit 32e3084
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion rust/ql/test/query-tests/diagnostics/LinesOfCode.expected
Original file line number Diff line number Diff line change
@@ -1 +1 @@
| 24 |
| 49 |
Original file line number Diff line number Diff line change
@@ -1 +1 @@
| 24 |
| 49 |
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| my_struct.rs:0:0:0:0 | my_struct.rs | 11 |
| main.rs:0:0:0:0 | main.rs | 4 |
| my_macro.rs:0:0:0:0 | my_macro.rs | 4 |
| my_struct.rs:0:0:0:0 | my_struct.rs | 21 |
| my_macro.rs:0:0:0:0 | my_macro.rs | 8 |
| lib.rs:0:0:0:0 | lib.rs | 7 |
| main.rs:0:0:0:0 | main.rs | 7 |
| does_not_compile.rs:0:0:0:0 | does_not_compile.rs | 3 |
| error.rs:0:0:0:0 | error.rs | 2 |
| lib.rs:0:0:0:0 | lib.rs | 0 |
| error.rs:0:0:0:0 | error.rs | 3 |
8 changes: 4 additions & 4 deletions rust/ql/test/query-tests/diagnostics/SummaryStats.expected
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
| Elements extracted | 61 |
| Elements unextracted | 26 |
| Elements extracted | 204 |
| Elements unextracted | 0 |
| Files extracted | 6 |
| Lines of code extracted | 24 |
| Lines of user code extracted | 24 |
| Lines of code extracted | 49 |
| Lines of user code extracted | 49 |

0 comments on commit 32e3084

Please sign in to comment.