Skip to content

Commit

Permalink
one more test with inferred RT
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Mar 12, 2024
1 parent 8921a7d commit d4273a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ end
x::Int
end
@test @tasks(for _ in 1:10
@local C::SingleInt = SingleInt(var)
@local C = SingleInt(var)
@set reducer=+
C.x
end) == 10*var
Expand Down

0 comments on commit d4273a7

Please sign in to comment.