Skip to content

Commit 5579dfb

Browse files
committed
Python: Fix comment based on review.
1 parent 81f6877 commit 5579dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/library-tests/PointsTo/new/PointsToMissing.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Util
33
import semmle.python.pointsto.PointsTo
44
import semmle.python.objects.ObjectInternal
55

6-
/* Ideally, this test should return _no_ results. */
6+
/* This test should return _no_ results. */
77

88
predicate relevant_node(ControlFlowNode n) {
99
exists(CallNode c |

0 commit comments

Comments
 (0)