Skip to content

Commit

Permalink
fixed compile in Presentations test
Browse files Browse the repository at this point in the history
  • Loading branch information
olynch committed Sep 19, 2023
1 parent a282b87 commit b9a5b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/syntax/Presentations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end
t = fromexpr(Z, :(i(a) (2::default)), AlgTerm)
a = ident(Z; name=:a)

@test compile(ThGroup, Dict(Reference(a) => :a), t) == :($(ThGroup).:()($(ThGroup).i(a), 2))
@test compile(Dict(Reference(a) => :a), t; theorymodule=ThGroup) == :($(ThGroup).:()($(ThGroup).i(a), 2))

@present D₄(ThGroup) begin
(r,f) :: default
Expand Down

0 comments on commit b9a5b88

Please sign in to comment.