Skip to content

Commit

Permalink
Update test/compiler.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
torfjelde and github-actions[bot] authored Nov 15, 2024
1 parent 0597b2a commit 0c6bada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ module Issue537 end
outer()()
)

@model outer_with_prefix() = @submodel prefix="sub" x = inner()
@model outer_with_prefix() = @submodel prefix = "sub" x = inner()
@test_logs(
(
:warn,
Expand Down

0 comments on commit 0c6bada

Please sign in to comment.