Skip to content

Commit 3460865

Browse files
committed
Python: Accept dataflow-consistency test changes
To PRs must have had a conflict when merged separately
1 parent 1f99180 commit 3460865

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/ql/test/experimental/dataflow/variable-capture/dataflow-consistency.expected

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
uniqueEnclosingCallable
22
uniqueCallEnclosingCallable
3+
| collections.py:39:17:39:38 | Lambda() | Call should have one enclosing callable but has 0. |
4+
| collections.py:39:17:39:38 | Lambda() | Call should have one enclosing callable but has 0. |
5+
| collections.py:45:19:45:24 | mod() | Call should have one enclosing callable but has 0. |
6+
| collections.py:45:19:45:24 | mod() | Call should have one enclosing callable but has 0. |
7+
| collections.py:52:13:52:24 | mod_local() | Call should have one enclosing callable but has 0. |
38
uniqueType
49
uniqueNodeLocation
510
missingLocation

0 commit comments

Comments
 (0)