Skip to content

Commit 866b136

Browse files
committed
C++: Accept tests
1 parent e70f22c commit 866b136

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cpp/ql/test/library-tests/dataflow/taint-tests/localTaint.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,3 +600,4 @@
600600
| taint.cpp:483:12:483:15 | line | taint.cpp:483:11:483:15 | & ... | |
601601
| taint.cpp:483:18:483:19 | ref arg & ... | taint.cpp:483:19:483:19 | n [inner post update] | |
602602
| taint.cpp:483:19:483:19 | n | taint.cpp:483:18:483:19 | & ... | |
603+
| taint.cpp:483:28:483:34 | source1 | taint.cpp:483:11:483:15 | ref arg & ... | TAINT |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@
6767
| taint.cpp:465:7:465:7 | x | taint.cpp:462:6:462:11 | call to source |
6868
| taint.cpp:470:7:470:7 | x | taint.cpp:462:6:462:11 | call to source |
6969
| taint.cpp:471:7:471:7 | y | taint.cpp:462:6:462:11 | call to source |
70+
| taint.cpp:485:7:485:10 | line | taint.cpp:480:26:480:32 | source1 |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
2828
| taint.cpp:430:9:430:14 | member | taint.cpp:428:13:428:18 | call to source |
2929
| taint.cpp:465:7:465:7 | x | taint.cpp:462:6:462:11 | call to source |
3030
| taint.cpp:470:7:470:7 | x | taint.cpp:462:6:462:11 | call to source |
31+
| taint.cpp:485:7:485:10 | line | taint.cpp:480:26:480:32 | source1 |

0 commit comments

Comments
 (0)