mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Update expected test output
This commit is contained in:
@@ -34,7 +34,7 @@ def by_value1():
|
||||
a = SOURCE
|
||||
def inner(a_val=a):
|
||||
SINK(a_val) #$ captured
|
||||
SINK_F(a) #$ SPURIOUS: captured
|
||||
SINK_F(a)
|
||||
a = NONSOURCE
|
||||
inner()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user