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 {
810
810
811
811
void read_indirect1 () {
812
812
sink (global_indirect1); // clean
813
- indirect_sink (*global_indirect1); // $ MISSING: ir, ast
813
+ indirect_sink (*global_indirect1); // $ ir MISSING: ast
814
814
}
815
815
816
816
void set_indirect2 ()
@@ -820,7 +820,7 @@ namespace MoreGlobalTests {
820
820
821
821
void read_indirect2 () {
822
822
sink (global_indirect2); // clean
823
- sink (**global_indirect2); // $ MISSING: ir, ast
823
+ sink (**global_indirect2); // $ ir MISSING: ast
824
824
}
825
825
826
826
// overload source with a boolean parameter so
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ uniqueType
4
4
uniqueNodeLocation
5
5
missingLocation
6
6
uniqueNodeToString
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. |
8
13
parameterCallable
9
14
localFlowIsLocal
10
15
readStepIsLocal
You can’t perform that action at this time.
0 commit comments