Skip to content

Commit

Permalink
fix JET tests on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed May 5, 2022
1 parent 2123bfc commit e94766e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/DataLayouts/data1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ end
# property access
@test_opt getproperty(data1, :a)
# test map as proxy for broadcast
@test_opt map(f, data1, data2)
@test_opt mapreduce(f, +, data1, data2)
@test_opt broadcast(f, dl1, dl2)
end
end
end

0 comments on commit e94766e

Please sign in to comment.