Skip to content

Commit 6511101

Browse files
committed
Fix broadcast test.
1 parent b69139e commit 6511101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/broadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
fill!(c2, 99999);
2929
@avx @. c2 = a + bl;
3030
@test c1 c2
31-
br = reshape(rand(99), (1,99,1));
31+
br = reshape(rand(R,99), (1,99,1));
3232
bl = LowDimArray{(false,)}(br);
3333
@. c1 = a + br;
3434
fill!(c2, 99999);

0 commit comments

Comments
 (0)