Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
ingomueller-net committed Oct 28, 2024
1 parent 3ba4e9b commit c14dbb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/python/dialects/substrait/e2e_duckdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@


def run(f):
print("\nTEST:", f.__name__)
with ir.Context(), ir.Location.unknown():
ss.register_dialect()
f()
return f
print("\nTEST:", f.__name__)
with ir.Context(), ir.Location.unknown():
ss.register_dialect()
f()
return f


# CHECK-LABEL: TEST: testNamedTable
Expand Down

0 comments on commit c14dbb5

Please sign in to comment.