diff --git a/test/completion/arrays.py b/test/completion/arrays.py index 6fa6ba05..b95fcc10 100644 --- a/test/completion/arrays.py +++ b/test/completion/arrays.py @@ -45,7 +45,7 @@ b[int():] #? list() b[:] -#? +#? int() b[:, 1] class _StrangeSlice():