We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8bc09 commit df2f935Copy full SHA for df2f935
test/convenience.jl
@@ -121,9 +121,9 @@ end
121
122
@testset "functionloc" begin
123
124
- file, line = Base.functionloc(GAP.Globals.DirectoriesPackagePrograms)
125
- @test Base.samefile(file, joinpath(@__DIR__, "../gap/pkg.g"))
126
- @test line == 5
+ file, line = Base.functionloc(GAP.Globals.BangComponent)
+ @test Base.samefile(file, joinpath(@__DIR__, "../pkg/JuliaInterface/gap/utils.gi"))
+ @test line == 8
127
128
@test_throws ArgumentError Base.functionloc(GAP.Globals.LETTERS)
129
@test_throws ErrorException Base.functionloc(GAP.Globals.IsAbelian)
0 commit comments