We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc2a1c commit 83091aaCopy full SHA for 83091aa
mlir/test/python/ir/auto_location.py
@@ -12,7 +12,7 @@ def run(f):
12
print("\nTEST:", f.__name__)
13
f()
14
gc.collect()
15
- # assert Context._get_live_count() == 0
+ assert Context._get_live_count() == 0
16
17
18
@contextmanager
0 commit comments