Skip to content

Commit db351bd

Browse files
committed
Rust: Align test output with CI
1 parent dd25b3e commit db351bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rust/ql/test/library-tests/controlflow/Cfg.expected

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ nodes
201201
| test.rs:108:34:108:34 | LiteralExpr | semmle.order | 200 |
202202
| test.rs:109:9:109:15 | TupleStructPat | semmle.order | 201 |
203203
| test.rs:109:20:109:20 | PathExpr | semmle.order | 202 |
204-
| test.rs:110:9:110:12 | PathPat | semmle.order | 203 |
204+
| test.rs:110:9:110:12 | IdentPat | semmle.order | 203 |
205205
| test.rs:110:17:110:17 | LiteralExpr | semmle.order | 204 |
206206
| test.rs:115:5:120:5 | enter test_infinite_loop | semmle.order | 205 |
207207
| test.rs:116:9:118:9 | ExprStmt | semmle.order | 206 |
@@ -640,12 +640,12 @@ edges
640640
| test.rs:108:34:108:34 | LiteralExpr | test.rs:108:30:108:34 | BinaryExpr | semmle.order | 1 |
641641
| test.rs:109:9:109:15 | TupleStructPat | test.rs:109:20:109:20 | PathExpr | semmle.label | match |
642642
| test.rs:109:9:109:15 | TupleStructPat | test.rs:109:20:109:20 | PathExpr | semmle.order | 1 |
643-
| test.rs:109:9:109:15 | TupleStructPat | test.rs:110:9:110:12 | PathPat | semmle.label | no-match |
644-
| test.rs:109:9:109:15 | TupleStructPat | test.rs:110:9:110:12 | PathPat | semmle.order | 2 |
643+
| test.rs:109:9:109:15 | TupleStructPat | test.rs:110:9:110:12 | IdentPat | semmle.label | no-match |
644+
| test.rs:109:9:109:15 | TupleStructPat | test.rs:110:9:110:12 | IdentPat | semmle.order | 2 |
645645
| test.rs:109:20:109:20 | PathExpr | test.rs:107:5:111:5 | MatchExpr | semmle.label | |
646646
| test.rs:109:20:109:20 | PathExpr | test.rs:107:5:111:5 | MatchExpr | semmle.order | 1 |
647-
| test.rs:110:9:110:12 | PathPat | test.rs:110:17:110:17 | LiteralExpr | semmle.label | match |
648-
| test.rs:110:9:110:12 | PathPat | test.rs:110:17:110:17 | LiteralExpr | semmle.order | 1 |
647+
| test.rs:110:9:110:12 | IdentPat | test.rs:110:17:110:17 | LiteralExpr | semmle.label | match |
648+
| test.rs:110:9:110:12 | IdentPat | test.rs:110:17:110:17 | LiteralExpr | semmle.order | 1 |
649649
| test.rs:110:17:110:17 | LiteralExpr | test.rs:107:5:111:5 | MatchExpr | semmle.label | |
650650
| test.rs:110:17:110:17 | LiteralExpr | test.rs:107:5:111:5 | MatchExpr | semmle.order | 1 |
651651
| test.rs:115:5:120:5 | enter test_infinite_loop | test.rs:116:9:118:9 | ExprStmt | semmle.label | |

0 commit comments

Comments
 (0)