Skip to content

Commit ee4cfe8

Browse files
committed
CPP: Update expected output for changes elsewhere.
1 parent e6e0d69 commit ee4cfe8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cpp/ql/test/library-tests/CPP-205/elements.expected

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
| CPP-205.cpp:8:10:8:11 | call to fn | |
2828
| CPP-205.cpp:8:13:8:13 | 0 | |
2929
| file://:0:0:0:0 | __va_list_tag | |
30-
| file://:0:0:0:0 | operator= | function operator=(__va_list_tag &&) -> __va_list_tag & |
31-
| file://:0:0:0:0 | operator= | function operator=(const __va_list_tag &) -> __va_list_tag & |
32-
| file://:0:0:0:0 | p#0 | parameter for operator=(__va_list_tag &&) -> __va_list_tag & |
33-
| file://:0:0:0:0 | p#0 | parameter for operator=(const __va_list_tag &) -> __va_list_tag & |
30+
| file://:0:0:0:0 | operator= | function __va_list_tag::operator=(__va_list_tag &&) -> __va_list_tag & |
31+
| file://:0:0:0:0 | operator= | function __va_list_tag::operator=(const __va_list_tag &) -> __va_list_tag & |
32+
| file://:0:0:0:0 | p#0 | parameter for __va_list_tag::operator=(__va_list_tag &&) -> __va_list_tag & |
33+
| file://:0:0:0:0 | p#0 | parameter for __va_list_tag::operator=(const __va_list_tag &) -> __va_list_tag & |
3434
| file://:0:0:0:0 | y | |

0 commit comments

Comments
 (0)