Skip to content

Commit 2cc8fba

Browse files
committed
Python: Accept changes due to better import resolution of operator.py
1 parent 35bd809 commit 2cc8fba

File tree

1 file changed

+2
-2
lines changed
  • python/ql/test/experimental/dataflow/coverage

1 file changed

+2
-2
lines changed

python/ql/test/experimental/dataflow/coverage/classes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def __length_hint__(self):
546546
def 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):
13811381
def 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

0 commit comments

Comments
 (0)