Skip to content

Commit b3ef1e9

Browse files
committed
C++: Update expected test output
1 parent 64f13fa commit b3ef1e9

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
uniqueEnclosingCallable
2+
uniqueCallEnclosingCallable
23
uniqueType
34
uniqueNodeLocation
45
missingLocation

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
uniqueEnclosingCallable
2+
uniqueCallEnclosingCallable
23
uniqueType
34
uniqueNodeLocation
45
| BarrierGuard.cpp:2:11:2:13 | (unnamed parameter 0) | Node should have one location but has 6. |

cpp/ql/test/library-tests/dataflow/fields/dataflow-consistency.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ uniqueEnclosingCallable
55
| C.cpp:10:20:10:29 | new | Node should have one enclosing callable but has 0. |
66
| C.cpp:35:24:35:33 | 0 | Node should have one enclosing callable but has 0. |
77
| C.cpp:35:24:35:33 | new | Node should have one enclosing callable but has 0. |
8+
uniqueCallEnclosingCallable
89
uniqueType
910
uniqueNodeLocation
1011
missingLocation

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
uniqueEnclosingCallable
2+
uniqueCallEnclosingCallable
23
uniqueType
34
uniqueNodeLocation
45
| E.cpp:15:31:15:33 | buf | Node should have one location but has 2. |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ uniqueEnclosingCallable
88
| misc.c:210:24:210:24 | 0 | Node should have one enclosing callable but has 0. |
99
| misc.c:210:24:210:28 | ... + ... | Node should have one enclosing callable but has 0. |
1010
| misc.c:210:28:210:28 | 1 | Node should have one enclosing callable but has 0. |
11+
uniqueCallEnclosingCallable
1112
uniqueType
1213
uniqueNodeLocation
1314
| break_labels.c:2:11:2:11 | i | Node should have one location but has 4. |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
uniqueEnclosingCallable
2+
uniqueCallEnclosingCallable
23
uniqueType
34
uniqueNodeLocation
45
| aggregateinitializer.c:1:6:1:6 | AliasedDefinition | Node should have one location but has 20. |

0 commit comments

Comments
 (0)