Skip to content

Commit

Permalink
fixup! Test show on dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jan 21, 2024
1 parent a68d547 commit 9e1f474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end

@testset "show" begin
MLIR.IR.context!(MLIR.IR.Context()) do
dialect = MLIR.IR.get_or_load_dialect!("func")
@test sprint(show, dialect) == "Dialect(\"func\")"
dialect = MLIR.IR.get_or_load_dialect!("llvm")
@test sprint(show, dialect) == "Dialect(\"llvm\")"
end
end

0 comments on commit 9e1f474

Please sign in to comment.