Skip to content

Commit 9b9f524

Browse files
committed
C++: Accept test changes
Lambda invocations are apparently const. This was exposed by the fix in the previous commit.
1 parent 9fc27e9 commit 9b9f524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/test/library-tests/defuse/isAddressOfAccess.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
| addressOf.cpp:38:20:38:20 | i | non-const address |
1212
| addressOf.cpp:40:15:40:15 | i | non-const address |
1313
| addressOf.cpp:42:19:42:22 | iref | non-const address |
14-
| addressOf.cpp:48:3:48:4 | f1 | non-const address |
14+
| addressOf.cpp:48:3:48:4 | f1 | const address |
1515
| addressOf.cpp:49:15:49:22 | captured | non-const address |
16-
| addressOf.cpp:50:3:50:4 | f2 | non-const address |
16+
| addressOf.cpp:50:3:50:4 | f2 | const address |
1717
| addressOf.cpp:51:10:51:17 | captured | |
1818
| addressOf.cpp:56:16:56:16 | i | |
1919
| addressOf.cpp:56:19:56:19 | i | |

0 commit comments

Comments
 (0)