Skip to content

Commit 6be492f

Browse files
committed
Manually unwrap
1 parent aad6b3d commit 6be492f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/libraries/cusolver/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,6 @@ end
954954
@test Array(func(d_Ah)) func(Ah)
955955
end
956956
@testset for func in (cbrt,) # have to dispatch explicitly
957-
@test Array(func(Hermitian(d_Ah))) func(Hermitian(Ah))
957+
@test Array(CuMatrix(func(Hermitian(d_Ah)))) func(Hermitian(Ah))
958958
end
959959
end

0 commit comments

Comments
 (0)