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):
546
546
def test_length_hint ():
547
547
import operator
548
548
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__
550
550
operator .length_hint (with_length_hint )
551
551
552
552
@@ -1381,7 +1381,7 @@ def __index__(self):
1381
1381
def test_index ():
1382
1382
import operator
1383
1383
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__
1385
1385
operator .index (with_index )
1386
1386
1387
1387
You can’t perform that action at this time.
0 commit comments