File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
cpp/ql/test/library-tests Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ namespace MoreGlobalTests {
810810
811811 void read_indirect1 () {
812812 sink (global_indirect1); // clean
813- indirect_sink (*global_indirect1); // $ MISSING: ir, ast
813+ indirect_sink (*global_indirect1); // $ ir MISSING: ast
814814 }
815815
816816 void set_indirect2 ()
@@ -820,7 +820,7 @@ namespace MoreGlobalTests {
820820
821821 void read_indirect2 () {
822822 sink (global_indirect2); // clean
823- sink (**global_indirect2); // $ MISSING: ir, ast
823+ sink (**global_indirect2); // $ ir MISSING: ast
824824 }
825825
826826 // overload source with a boolean parameter so
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ uniqueType
44uniqueNodeLocation
55missingLocation
66uniqueNodeToString
7- | cpp11.cpp:50:15:50:16 | (no string representation) | Node should have one toString but has 0. |
7+ | builtin.c:5:5:5:11 | (no string representation) | Node should have one toString but has 0. |
8+ | misc.c:227:7:227:28 | (no string representation) | Node should have one toString but has 0. |
9+ | static_init_templates.cpp:80:18:80:23 | (no string representation) | Node should have one toString but has 0. |
10+ | static_init_templates.cpp:80:18:80:23 | (no string representation) | Node should have one toString but has 0. |
11+ | static_init_templates.cpp:89:18:89:23 | (no string representation) | Node should have one toString but has 0. |
12+ | static_init_templates.cpp:89:18:89:23 | (no string representation) | Node should have one toString but has 0. |
813parameterCallable
914localFlowIsLocal
1015readStepIsLocal
You can’t perform that action at this time.
0 commit comments