Skip to content

Commit caa25f7

Browse files
authored
Merge pull request github#12607 from RasmusWL/fix-dataflow-consistency-output
Python: Accept dataflow-consistency test changes
2 parents 98dc73c + 4e6b93e commit caa25f7

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)