Skip to content

Commit 1908523

Browse files
jishnubaplavin
authored andcommitted
Update similar test to match failing case
1 parent 411f7e9 commit 1908523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ end
396396
@test s isa Matrix{Float32}
397397
@test size(s) == (2, 2)
398398

399-
s = similar(t, Float32, Int8(2), 2)
399+
s = similar(t, Float32, (Int8(2), 2))
400400
@test s isa Matrix{Float32}
401401
@test size(s) == (2, 2)
402402

0 commit comments

Comments
 (0)