Skip to content

Commit

Permalink
Correctly qualify a name
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Oct 31, 2023
1 parent 38b21d4 commit 77ddbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry_testing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
if weak == "Weak"
# It is legal to have `julia` in Compat.toml.
# It is NOT legal to have `julia` in WeakCompat.toml
@test compat_pkgname != "julia"
Test.@test compat_pkgname != "julia"
end
# If the package has a compat entry for `julia`, there
# is no need to have `julia` listed in Deps.toml.
Expand Down

0 comments on commit 77ddbd2

Please sign in to comment.