diff options
Diffstat (limited to 'Lib/test/test_dis.py')
-rw-r--r-- | Lib/test/test_dis.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py index 098367c..c86f61f 100644 --- a/Lib/test/test_dis.py +++ b/Lib/test/test_dis.py @@ -747,8 +747,7 @@ Constants: 1: 1 Names: 0: b - 1: StopAsyncIteration - 2: c + 1: c Variable names: 0: a 1: d""" |