Skip to content

Commit 51c0cee

Browse files
tausbnRasmusWL
andauthored
Python: Update test_import_star.py
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 5f52859 commit 51c0cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/test/experimental/dataflow/ApiGraphs/test_import_star.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ def func3():
3333
var2 = print #$ use=moduleImport("builtins").getMember("print")
3434
def func4():
3535
var2() #$ MISSING: use=moduleImport("builtins").getMember("print").getReturn()
36+
func4()

0 commit comments

Comments
 (0)