Skip to content

Commit 29e26a4

Browse files
committed
Add testcase expecteds that were missing, approved that these are expected changes
1 parent fe20f7e commit 29e26a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cpp/common/test/Linkage/ExternalLinkage.expected

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
| file://:0:0:0:0 | (global namespace) | Element has external linkage |
2+
| file://:0:0:0:0 | __va_list_tag | Element has external linkage |
3+
| file://:0:0:0:0 | operator= | Element has external linkage |
4+
| file://:0:0:0:0 | operator= | Element has external linkage |
25
| test.cpp:1:5:1:6 | g1 | Element has external linkage |
36
| test.cpp:2:12:2:13 | g2 | Element has external linkage |
47
| test.cpp:7:11:7:13 | ns1 | Element has external linkage |

cpp/common/test/rules/violationsofonedefinitionrule/ViolationsOfOneDefinitionRule.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
| test.hpp:8:5:8:5 | definition of i | Header file $@ contains object i that lead to One Definition Rule violation. | test.hpp:0:0:0:0 | test.hpp | test.hpp |
33
| test.hpp:9:12:9:13 | definition of i1 | Header file $@ contains object i1 that lead to One Definition Rule violation. | test.hpp:0:0:0:0 | test.hpp | test.hpp |
44
| test.hpp:23:5:23:8 | definition of m | Header file $@ contains function m that lead to One Definition Rule violation. | test.hpp:0:0:0:0 | test.hpp | test.hpp |
5-
| test.hpp:25:5:25:9 | definition of m1 | Header file $@ contains function m1 that lead to One Definition Rule violation. | test.hpp:0:0:0:0 | test.hpp | test.hpp |
5+
| test.hpp:24:5:24:9 | definition of m1 | Header file $@ contains function m1 that lead to One Definition Rule violation. | test.hpp:0:0:0:0 | test.hpp | test.hpp |

0 commit comments

Comments
 (0)