Skip to content

Commit 7753129

Browse files
committed
C++: Accepted output on tests
1 parent 9412ec7 commit 7753129

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
| dispatch.cpp:73:14:73:19 | dispatch.cpp:23:38:23:38 | IR only |
1919
| dispatch.cpp:81:13:81:18 | dispatch.cpp:23:38:23:38 | IR only |
2020
| dispatch.cpp:107:17:107:22 | dispatch.cpp:96:8:96:8 | IR only |
21+
| dispatch.cpp:140:8:140:13 | dispatch.cpp:96:8:96:8 | IR only |
22+
| dispatch.cpp:144:8:144:13 | dispatch.cpp:96:8:96:8 | IR only |
2123
| lambdas.cpp:8:10:8:15 | lambdas.cpp:14:3:14:6 | AST only |
2224
| lambdas.cpp:8:10:8:15 | lambdas.cpp:18:8:18:8 | AST only |
2325
| lambdas.cpp:8:10:8:15 | lambdas.cpp:21:3:21:6 | AST only |

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
| dispatch.cpp:55:22:55:30 | call to isSource1 | dispatch.cpp:22:37:22:42 | call to source |
2929
| dispatch.cpp:58:28:58:36 | call to isSource1 | dispatch.cpp:22:37:22:42 | call to source |
3030
| dispatch.cpp:96:8:96:8 | x | dispatch.cpp:107:17:107:22 | call to source |
31+
| dispatch.cpp:96:8:96:8 | x | dispatch.cpp:140:8:140:13 | call to source |
32+
| dispatch.cpp:96:8:96:8 | x | dispatch.cpp:144:8:144:13 | call to source |
3133
| test.cpp:7:8:7:9 | t1 | test.cpp:6:12:6:17 | call to source |
3234
| test.cpp:9:8:9:9 | t1 | test.cpp:6:12:6:17 | call to source |
3335
| test.cpp:10:8:10:9 | t2 | test.cpp:6:12:6:17 | call to source |

0 commit comments

Comments
 (0)