Skip to content

Commit 39b9d2e

Browse files
committed
C++: Accept test changes.
1 parent eb1024c commit 39b9d2e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

cpp/ql/test/library-tests/syntax-zoo/dataflow-ir-consistency.expected

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ uniqueType
44
uniqueNodeLocation
55
missingLocation
66
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. |
813
parameterCallable
914
localFlowIsLocal
1015
readStepIsLocal

0 commit comments

Comments
 (0)