C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-11-09 18:11:43 +00:00
parent eb1024c79b
commit 39b9d2ea83
2 changed files with 8 additions and 3 deletions

View File

@@ -810,7 +810,7 @@ namespace MoreGlobalTests {
void read_indirect1() {
sink(global_indirect1); // clean
indirect_sink(*global_indirect1); // $ MISSING: ir,ast
indirect_sink(*global_indirect1); // $ ir MISSING: ast
}
void set_indirect2()
@@ -820,7 +820,7 @@ namespace MoreGlobalTests {
void read_indirect2() {
sink(global_indirect2); // clean
sink(**global_indirect2); // $ MISSING: ir,ast
sink(**global_indirect2); // $ ir MISSING: ast
}
// overload source with a boolean parameter so

View File

@@ -4,7 +4,12 @@ uniqueType
uniqueNodeLocation
missingLocation
uniqueNodeToString
| cpp11.cpp:50:15:50:16 | (no string representation) | Node should have one toString but has 0. |
| builtin.c:5:5:5:11 | (no string representation) | Node should have one toString but has 0. |
| misc.c:227:7:227:28 | (no string representation) | Node should have one toString but has 0. |
| static_init_templates.cpp:80:18:80:23 | (no string representation) | Node should have one toString but has 0. |
| static_init_templates.cpp:80:18:80:23 | (no string representation) | Node should have one toString but has 0. |
| static_init_templates.cpp:89:18:89:23 | (no string representation) | Node should have one toString but has 0. |
| static_init_templates.cpp:89:18:89:23 | (no string representation) | Node should have one toString but has 0. |
parameterCallable
localFlowIsLocal
readStepIsLocal