Skip to content

Commit 77ddbd2

Browse files
authored
Correctly qualify a name
1 parent 38b21d4 commit 77ddbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry_testing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
265265
if weak == "Weak"
266266
# It is legal to have `julia` in Compat.toml.
267267
# It is NOT legal to have `julia` in WeakCompat.toml
268-
@test compat_pkgname != "julia"
268+
Test.@test compat_pkgname != "julia"
269269
end
270270
# If the package has a compat entry for `julia`, there
271271
# is no need to have `julia` listed in Deps.toml.

0 commit comments

Comments
 (0)