Skip to content

Commit 5b0cb10

Browse files
committed
C++: Update tests following extractor no longer extracting some unused types
1 parent f3b62e1 commit 5b0cb10

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

cpp/ql/test/library-tests/lambdas/captures/elements.expected

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,19 +213,16 @@
213213
| file://:0:0:0:0 | const lambda [] type at line 3, col. 5 |
214214
| file://:0:0:0:0 | const lambda [] type at line 3, col. 5 & |
215215
| file://:0:0:0:0 | const lambda [] type at line 3, col. 5 * |
216-
| file://:0:0:0:0 | const lambda [] type at line 3, col. 5 *const |
217216
| file://:0:0:0:0 | const lambda [] type at line 9, col. 5 |
218217
| file://:0:0:0:0 | const lambda [] type at line 9, col. 5 & |
219218
| file://:0:0:0:0 | const lambda [] type at line 9, col. 5 * |
220-
| file://:0:0:0:0 | const lambda [] type at line 9, col. 5 *const |
221219
| file://:0:0:0:0 | const lambda [] type at line 9, col. 15 |
222220
| file://:0:0:0:0 | const lambda [] type at line 9, col. 15 & |
223221
| file://:0:0:0:0 | const lambda [] type at line 15, col. 5 |
224222
| file://:0:0:0:0 | const lambda [] type at line 15, col. 5 & |
225223
| file://:0:0:0:0 | const lambda [] type at line 22, col. 19 |
226224
| file://:0:0:0:0 | const lambda [] type at line 22, col. 19 & |
227225
| file://:0:0:0:0 | const lambda [] type at line 22, col. 19 * |
228-
| file://:0:0:0:0 | const lambda [] type at line 22, col. 19 *const |
229226
| file://:0:0:0:0 | declaration of 1st parameter |
230227
| file://:0:0:0:0 | declaration of 1st parameter |
231228
| file://:0:0:0:0 | declaration of 1st parameter |

cpp/ql/test/library-tests/templates/instantiations_functions/elements.expected

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,13 @@
3939
| file://:0:0:0:0 | __va_list_tag && |
4040
| file://:0:0:0:0 | abstract |
4141
| file://:0:0:0:0 | action<ActionT> * |
42-
| file://:0:0:0:0 | action<ActionT> *const |
4342
| file://:0:0:0:0 | action<actor1<composite<int>>> & |
4443
| file://:0:0:0:0 | action<actor1<composite<int>>> && |
4544
| file://:0:0:0:0 | action<actor1<composite<int>>> * |
46-
| file://:0:0:0:0 | action<actor1<composite<int>>> *const |
4745
| file://:0:0:0:0 | actor1<BaseT> * |
48-
| file://:0:0:0:0 | actor1<BaseT> *const |
4946
| file://:0:0:0:0 | actor1<composite<int>> & |
5047
| file://:0:0:0:0 | actor1<composite<int>> && |
5148
| file://:0:0:0:0 | actor1<composite<int>> * |
52-
| file://:0:0:0:0 | actor1<composite<int>> *const |
5349
| file://:0:0:0:0 | atomic |
5450
| file://:0:0:0:0 | auto |
5551
| file://:0:0:0:0 | auto |

0 commit comments

Comments
 (0)