Skip to content

Commit

Permalink
Fix unrolled_foreach test
Browse files Browse the repository at this point in the history
  • Loading branch information
cstjean committed Sep 12, 2018
1 parent c478c29 commit e15bf15
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 @@ -89,7 +89,7 @@ end
@test summer((1,2,3), Float64) === 6.0

x = [0.0]
foreach((1,2,3, 1.0)) do y
unrolled_foreach((1,2,3, 1.0)) do y
x[1] += y
end
@test x[1] == 7.0

0 comments on commit e15bf15

Please sign in to comment.