Skip to content

Commit adbfad2

Browse files
committed
C++: Correct the localFlow test.
1 parent c0aaed2 commit adbfad2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/ql/test/library-tests/dataflow/dataflow-tests/localFlow.expected

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
| example.c:17:19:17:22 | {...} | example.c:26:19:26:24 | coords |
88
| example.c:24:2:24:7 | coords [post update] | example.c:26:2:26:7 | coords |
99
| example.c:24:2:24:7 | coords [post update] | example.c:26:19:26:24 | coords |
10+
| example.c:24:2:24:30 | ... = ... | example.c:24:9:24:9 | x [post update] |
1011
| example.c:24:13:24:18 | coords [post update] | example.c:24:2:24:7 | coords |
1112
| example.c:24:13:24:18 | coords [post update] | example.c:26:2:26:7 | coords |
1213
| example.c:24:13:24:18 | coords [post update] | example.c:26:19:26:24 | coords |
1314
| example.c:24:13:24:30 | ... = ... | example.c:24:2:24:30 | ... = ... |
15+
| example.c:24:13:24:30 | ... = ... | example.c:24:20:24:20 | y [post update] |
1416
| example.c:24:24:24:30 | ... + ... | example.c:24:13:24:30 | ... = ... |
17+
| example.c:26:2:26:25 | ... = ... | example.c:26:9:26:9 | x [post update] |
1518
| example.c:26:13:26:16 | call to getX | example.c:26:2:26:25 | ... = ... |
1619
| example.c:26:18:26:24 | ref arg & ... | example.c:26:2:26:7 | coords |
1720
| example.c:26:18:26:24 | ref arg & ... | example.c:26:19:26:24 | coords [inner post update] |

0 commit comments

Comments
 (0)