We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f6877 commit 5579dfbCopy full SHA for 5579dfb
python/ql/test/library-tests/PointsTo/new/PointsToMissing.ql
@@ -3,7 +3,7 @@ import Util
3
import semmle.python.pointsto.PointsTo
4
import semmle.python.objects.ObjectInternal
5
6
-/* Ideally, this test should return _no_ results. */
+/* This test should return _no_ results. */
7
8
predicate relevant_node(ControlFlowNode n) {
9
exists(CallNode c |
0 commit comments