Skip to content

Commit 737f4df

Browse files
committed
Python: update test annotations
1 parent da805f8 commit 737f4df

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/dataflow/basic

1 file changed

+1
-1
lines changed

python/ql/test/experimental/dataflow/basic/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def obfuscated_id(x): #$ step="FunctionExpr -> GSSA Variable obfuscated_id"
1+
def obfuscated_id(x): #$ step="FunctionExpr -> GSSA Variable obfuscated_id" step="x -> SSA variable x"
22
y = x #$ step="x -> SSA variable y" step="SSA variable x, l:1 -> x"
33
z = y #$ step="y -> SSA variable z" step="SSA variable y, l:2 -> y"
44
return z #$ flow="42, l:6 -> z" step="SSA variable z, l:3 -> z"

0 commit comments

Comments
 (0)