Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1169c1b

Browse files
committed
C++: Accept test changes caused by the new consitency check.
1 parent f235b99 commit 1169c1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/test/library-tests/syntax-zoo/dataflow-ir-consistency.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@ postWithInFlow
236236
| try_catch.cpp:7:8:7:8 | call to exception | PostUpdateNode should not be the target of local flow. |
237237
viableImplInCallContextTooLarge
238238
uniqueParameterNodeAtPosition
239-
| ir.cpp:724:6:724:13 | TryCatch | 0 | ir.cpp:735:22:735:22 | *s | Parameters with overlapping positions. |
240-
| ir.cpp:724:6:724:13 | TryCatch | 0 | ir.cpp:738:24:738:24 | *e | Parameters with overlapping positions. |
239+
| ir.cpp:724:6:724:13 | TryCatch | 0 indirection | ir.cpp:735:22:735:22 | s indirection | Parameters with overlapping positions. |
240+
| ir.cpp:724:6:724:13 | TryCatch | 0 indirection | ir.cpp:738:24:738:24 | e indirection | Parameters with overlapping positions. |
241241
uniqueParameterNodePosition

0 commit comments

Comments
 (0)