Skip to content

Commit 6d7bd65

Browse files
committed
fixup! Profile: remove scope from profile macros (#57858)
1 parent 0bfcc52 commit 6d7bd65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/Profile/test/runtests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ end
122122
@test @isdefined no_scope_57858_1
123123
Profile.clear()
124124

125-
@profile_walltime no_scope_57858_1 = 1
126-
@test @isdefined no_scope_57858_1
127-
Profile.clear()
128-
129125
Profile.Allocs.@profile no_scope_57858_2 = 1
130126
@test @isdefined no_scope_57858_2
131127
Profile.Allocs.clear()

0 commit comments

Comments
 (0)