From 4c75b0ac8d4733b997dbbe4878947345c34353ad Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 2 Aug 2022 15:37:48 -0400 Subject: [PATCH] fix tests --- stdlib/Profile/test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/Profile/test/runtests.jl b/stdlib/Profile/test/runtests.jl index 02ee412fdf47d7..d791adc2dfcff8 100644 --- a/stdlib/Profile/test/runtests.jl +++ b/stdlib/Profile/test/runtests.jl @@ -6,7 +6,7 @@ using Base.StackTraces: StackFrame @test_throws "The profile data buffer is not initialized, meaning a profile has not been run yet this session." Profile.print() Profile.clear() -Profile.init() +Profile.default_init() let iobuf = IOBuffer() for fmt in (:tree, :flat)