Skip to content

Commit 149c53b

Browse files
committed
C++: accept new test results after changes
1 parent 129f259 commit 149c53b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
uniqueEnclosingCallable
2+
| builtin.c:14:3:14:16 | ... * ... | Node should have one enclosing callable but has 0. |
3+
| builtin.c:14:3:14:16 | sizeof(int) | Node should have one enclosing callable but has 0. |
4+
| builtin.c:14:10:14:10 | 4 | Node should have one enclosing callable but has 0. |
5+
| builtin.c:15:3:15:16 | ... * ... | Node should have one enclosing callable but has 0. |
6+
| builtin.c:15:3:15:16 | sizeof(int) | Node should have one enclosing callable but has 0. |
7+
| builtin.c:15:10:15:10 | 4 | Node should have one enclosing callable but has 0. |
28
| enum.c:2:6:2:6 | 1 | Node should have one enclosing callable but has 0. |
39
| enum.c:2:6:2:10 | ... + ... | Node should have one enclosing callable but has 0. |
410
| enum.c:2:10:2:10 | 1 | Node should have one enclosing callable but has 0. |

0 commit comments

Comments
 (0)