Skip to content

Commit 83091aa

Browse files
authored
Update auto_location.py
restore live_count == 0
1 parent 7cc2a1c commit 83091aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/python/ir/auto_location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def run(f):
1212
print("\nTEST:", f.__name__)
1313
f()
1414
gc.collect()
15-
# assert Context._get_live_count() == 0
15+
assert Context._get_live_count() == 0
1616

1717

1818
@contextmanager

0 commit comments

Comments
 (0)