Skip to content

Commit

Permalink
Update test/compiler/EscapeAnalysis/EscapeAnalysis.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Oct 31, 2024
1 parent 766acc9 commit c6673b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compiler/EscapeAnalysis/EscapeAnalysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ end
@test has_all_escape(result.state[Argument(3)]) # b
end
let result = @eval EATModule() begin
const Rx = SafeRef{Base.RefValue{String}}()
const Rx = SafeRef(Ref(""))
$code_escapes((Base.RefValue{String},)) do s
Rx[] = s
Core.sizeof(Rx[])
Expand Down

0 comments on commit c6673b2

Please sign in to comment.