Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Aug 2, 2022
1 parent 4944c9a commit 4c75b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Profile/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c75b0a

Please sign in to comment.