Skip to content

Commit ea16ee6

Browse files
follow-up #593 (#647)
ref #593 (comment) Co-authored-by: Shuhei Kadowaki <[email protected]>
1 parent 4005995 commit ea16ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interpret.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ end
947947
@testset "opaque closures" begin
948948
g(x) = 3x
949949
f = Base.Experimental.@opaque x -> g(x)
950-
@test @interpret f(4) == 12
950+
@test @interpret(f(4)) == 12
951951

952952
# test stepping into opaque closures
953953
@breakpoint g(1)

0 commit comments

Comments
 (0)