File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/test/experimental/dataflow/coverage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ def __length_hint__(self):
546546def test_length_hint ():
547547 import operator
548548
549- with_length_hint = With_length_hint () #$ MISSING: arg1="SSA variable with_length_hint" func=With_length_hint.__length_hint__
549+ with_length_hint = With_length_hint () #$ arg1="SSA variable with_length_hint" func=With_length_hint.__length_hint__
550550 operator .length_hint (with_length_hint )
551551
552552
@@ -1381,7 +1381,7 @@ def __index__(self):
13811381def test_index ():
13821382 import operator
13831383
1384- with_index = With_index () #$ MISSING: arg1="SSA variable with_index" func=With_index.__index__
1384+ with_index = With_index () #$ arg1="SSA variable with_index" func=With_index.__index__
13851385 operator .index (with_index )
13861386
13871387
You can’t perform that action at this time.
0 commit comments