Skip to content

Commit

Permalink
follow-up #593
Browse files Browse the repository at this point in the history
ref #593 (comment)

Co-authored-by: Shuhei Kadowaki <[email protected]>
  • Loading branch information
simeonschaub and aviatesk committed Sep 11, 2024
1 parent 4005995 commit c39be66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interpret.jl
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ end
@testset "opaque closures" begin
g(x) = 3x
f = Base.Experimental.@opaque x -> g(x)
@test @interpret f(4) == 12
@test @interpret(f(4)) == 12

# test stepping into opaque closures
@breakpoint g(1)
Expand Down

0 comments on commit c39be66

Please sign in to comment.