Skip to content

Commit c724b17

Browse files
committed
Python: Fix up regression comment.
1 parent dda32ab commit c724b17

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/library-tests/PointsTo/regressions/missing/if-urlsplit-access

1 file changed

+1
-1
lines changed

python/ql/test/library-tests/PointsTo/regressions/missing/if-urlsplit-access/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def func(url):
1414
return # using `pass` here instead makes points-to work
1515

1616
foo = 2
17-
check(foo) # no points-to information
17+
check(foo) # Points-to was missing here. Fixed by https://github.com/Semmle/ql/pull/2922

0 commit comments

Comments
 (0)