Skip to content

Commit 45eccb2

Browse files
committed
Python: Fix test failures.
1 parent df4d145 commit 45eccb2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/ql/test/library-tests/PointsTo/new/SSA.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
WARNING: Predicate ssa_variable_points_to has been deprecated and may be removed in future (SSA.ql:10,5-37)
1+
WARNING: Predicate ssa_variable_points_to has been deprecated and may be removed in future (SSA.ql:10,3-35)
22
| __init__.py:0 | __name___0 = ScopeEntryDefinition | 'code' | builtin-class str |
33
| __init__.py:0 | __name___0 = ScopeEntryDefinition | 'code.package' | builtin-class str |
44
| __init__.py:0 | __name___0 = ScopeEntryDefinition | 'code.test_package' | builtin-class str |

python/ql/test/library-tests/taint/extensions/TestStep.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
WARNING: Predicate getNode has been deprecated and may be removed in future (TestStep.ql:6,77-84)
2-
WARNING: Predicate getNode has been deprecated and may be removed in future (TestStep.ql:8,17-24)
2+
WARNING: Predicate getNode has been deprecated and may be removed in future (TestStep.ql:8,15-22)
33
| Taint simple.test | visitor.py:10 | arg | p2 = simple.test | --> | Taint simple.test | visitor.py:13 | arg | p2 = simple.test |
44
| Taint simple.test | visitor.py:18 | arg | | --> | Taint simple.test | visitor.py:19 | arg | |
55
| Taint simple.test | visitor.py:19 | arg | | --> | Taint simple.test | visitor.py:26 | Attribute() | |

python/ql/test/library-tests/taint/general/Contexts.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
WARNING: Type CallContext has been deprecated and may be removed in future (Contexts.ql:5,6-17)
2-
WARNING: Type CallContext has been deprecated and may be removed in future (Contexts.ql:7,12-23)
2+
WARNING: Type CallContext has been deprecated and may be removed in future (Contexts.ql:7,10-21)
33
| assignment.py:1 | p0 = simple.test | Function test |
44
| assignment.py:1 | p1 = simple.test | Function test |
55
| assignment.py:1 | p2 = simple.test | Function test |

0 commit comments

Comments
 (0)