We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299f2e4 commit 98ef664Copy full SHA for 98ef664
stdlib/Profile/test/runtests.jl
@@ -213,10 +213,10 @@ import InteractiveUtils
213
ioc = IOContext(io, :displaysize=>(1000,1000))
214
Profile.print(ioc, C=true)
215
str = String(take!(io))
216
- @test occursin("@Compiler/src/", str)
+ @test occursin("@Compiler/", str)
217
@test occursin("@Base/", str)
218
- @test occursin("@InteractiveUtils/src/", str)
219
- @test occursin("@LinearAlgebra/src/", str)
+ @test occursin("@InteractiveUtils/", str)
+ @test occursin("@LinearAlgebra/", str)
220
@test occursin("@juliasrc/", str)
221
@test occursin("@julialib/", str)
222
end
0 commit comments