================
@@ -10,13 +10,13 @@ def run(f):
module = Module.create()
with InsertionPoint(module.body):
print("\nTEST:", f.__name__)
- f()
+ f(module)
----------------
nicolasvasilache wrote:
ack, thanks!
https://github.com/llvm/llvm-project/pull/71642