Skip to content

Commit 00ec3a2

Browse files
committed
Python: Accept fix from module-resolution PR
1 parent ee2f740 commit 00ec3a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
failures
22
debug_callableNotUnique
33
pointsTo_found_typeTracker_notFound
4-
| pkg/use.py:10:5:10:10 | ControlFlowNode for func() | "pkg/func_def.py:func" |
54
typeTracker_found_pointsTo_notFound

python/ql/test/experimental/library-tests/CallGraph-imports/pkg/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def test_direct_import():
77

88
def test_alias_problem():
99
from .alias_problem import func
10-
func() # $ pt="pkg/func_def.py:func" MISSING: tt="pkg/func_def.py:func"
10+
func() # $ pt,tt="pkg/func_def.py:func"
1111

1212
test_alias_problem() # $ pt,tt=test_alias_problem
1313

0 commit comments

Comments
 (0)