Skip to content

Commit a710609

Browse files
C++: Accept new output after precise indirections work
1 parent 8a7f3e4 commit a710609

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
| test.cpp:89:28:89:34 | test.cpp:92:8:92:14 | IR only |
22
| test.cpp:100:13:100:18 | test.cpp:103:10:103:12 | AST only |
33
| test.cpp:109:9:109:14 | test.cpp:110:10:110:12 | IR only |
4-
| test.cpp:136:27:136:32 | test.cpp:137:27:137:28 | AST only |
54
| test.cpp:136:27:136:32 | test.cpp:140:22:140:23 | AST only |
65
| test.cpp:142:32:142:37 | test.cpp:145:10:145:11 | IR only |
76
| test.cpp:151:35:151:40 | test.cpp:153:17:153:18 | IR only |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
| test.cpp:110:10:110:12 | Load: (reference dereference) | test.cpp:109:9:109:14 | Call: call to source |
1818
| test.cpp:126:8:126:19 | Convert: (const int *)... | test.cpp:120:9:120:20 | InitializeParameter: sourceArray1 |
1919
| test.cpp:126:8:126:19 | Load: sourceArray1 | test.cpp:120:9:120:20 | InitializeParameter: sourceArray1 |
20+
| test.cpp:137:27:137:28 | Load: m1 | test.cpp:136:27:136:32 | Call: call to source |
2021
| test.cpp:145:10:145:11 | Load: m2 | test.cpp:142:32:142:37 | Call: call to source |
2122
| test.cpp:153:17:153:18 | Load: m2 | test.cpp:151:35:151:40 | Call: call to source |
2223
| test.cpp:188:8:188:8 | Load: y | test.cpp:186:27:186:32 | Call: call to source |

0 commit comments

Comments
 (0)