Skip to content

Commit a554654

Browse files
Update irbuild-classes.test
1 parent b90961e commit a554654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/test-data/irbuild-classes.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2708,12 +2708,12 @@ def isinstance_nonnative(x):
27082708
x, r0 :: object
27092709
r1 :: ptr
27102710
r2 :: object
2711-
r3 :: r2 == r0
2712-
return r3
2711+
r3 :: bit
27132712
L0:
27142713
r0 = __main__.NonNative :: type
27152714
r1 = get_element_ptr x ob_type :: PyObject
27162715
r2 :: borrow load_mem r1 :: builtins.object*
2716+
keep_alive x
27172717
r3 :: r2 == r0
27182718
return r3
27192719
def isinstance_interpreted_subclasses(x):

0 commit comments

Comments
 (0)