From c7f09b7c014f8d1ed247a0031f11d4987326143f Mon Sep 17 00:00:00 2001 From: max Date: Fri, 8 Dec 2023 02:12:54 -0600 Subject: [PATCH] fix --- tests/test_other_hosts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_other_hosts.py b/tests/test_other_hosts.py index 402dd62..da934cb 100644 --- a/tests/test_other_hosts.py +++ b/tests/test_other_hosts.py @@ -92,7 +92,6 @@ def test_jax_trampolines_smoke(): @pytest.fixture def ctx() -> MLIRContext: with mlir_mod_ctx(allow_unregistered_dialects=True) as ctx: - aie.dialects.aie.register_dialect(ctx.context) yield ctx