diff --git a/pytest/testdata/if-2.7.right b/pytest/testdata/if-2.7.right index 61eecf86..bf974992 100644 --- a/pytest/testdata/if-2.7.right +++ b/pytest/testdata/if-2.7.right @@ -7,6 +7,6 @@ 7 6 LOAD_NAME 1 'False' 9 STORE_NAME 2 'b' 12 JUMP_FORWARD 0 'to 15' - 15_0 COME_FROM '12' + 15_0 COME_FROM 12 '12' 15 LOAD_CONST 0 '' 18 RETURN_VALUE diff --git a/pytest/testdata/ifelse-2.7.right b/pytest/testdata/ifelse-2.7.right index d6ee0b34..6c893697 100644 --- a/pytest/testdata/ifelse-2.7.right +++ b/pytest/testdata/ifelse-2.7.right @@ -10,6 +10,6 @@ 6 15 LOAD_CONST 1 2 18 STORE_NAME 2 'd' - 21_0 COME_FROM '12' + 21_0 COME_FROM 12 '12' 21 LOAD_CONST 2 '' 24 RETURN_VALUE