Update expected test output

This commit is contained in:
Tom Hvitved
2024-03-04 13:31:53 +01:00
parent 63bb772ef9
commit 24e35f6f3d
4 changed files with 1 additions and 219 deletions

View File

@@ -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()